From 33104908f6ca248cc74fffab213be0c64ba4dc3b Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Sun, 6 Oct 2024 00:37:52 +0000 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66e4aa..57da047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4] - 2024-10-06 + +### Fixed +- *(deps)* update rust crate futures to v0.3.31 +- *(deps)* update rust crate octocrab to 0.41.0 + +### Other +- *(deps)* update rust crate clap to v4.5.19 + ## [0.2.3] - 2024-09-26 ### Added diff --git a/Cargo.toml b/Cargo.toml index 88089e8..7c768a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.3" +version = "0.2.4" [workspace.dependencies]