From 7e89fce8da576541793bbc3433df32f3de372da8 Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 7 May 2024 20:01:35 +0000 Subject: [PATCH] chore: release v0.2.12 --- .github/release-body.md | 4 ++-- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/release-body.md b/.github/release-body.md index 1fa61f7..affac86 100644 --- a/.github/release-body.md +++ b/.github/release-body.md @@ -1,6 +1,6 @@ -### 2024-04-01 +### 2024-05-07 ### Chores -+ GitHub workflow matrix, [c5b937cc4623a549400015cfe321d5b9eb0f2b1c] ++ dependencies updated, [5f346b4594e0b49f347d6cc0a9d141dac25372b8] see CHANGELOG.md for more details diff --git a/CHANGELOG.md b/CHANGELOG.md index 01a2798..44bc37d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ +# v0.2.12 +### 2024-05-07 + ### Chores -+ dependencies updated, [5f346b4594e0b49f347d6cc0a9d141dac25372b8] ++ dependencies updated,[5f346b45](https://github.com/mrjackwills/leafcast_pi/commit/5f346b4594e0b49f347d6cc0a9d141dac25372b8) # v0.2.11 ### 2024-04-01 diff --git a/Cargo.lock b/Cargo.lock index 45fa547..3f4962b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -895,7 +895,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "leafcast" -version = "0.2.11" +version = "0.2.12" dependencies = [ "clap", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 24bea18..9872e81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "leafcast" -version = "0.2.11" +version = "0.2.12" edition = "2021" authors = ["Jack Wills "] description = "leafcast pi client"