From a2bd33ac1f03121619664bc8da19b12ce3906d39 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Tue, 22 Oct 2024 00:34:45 +0000 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66e4aa..2358408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4] - 2024-10-22 + +### Fixed +- *(deps)* update all dependencies +- *(deps)* update all dependencies +- *(deps)* update rust crate octocrab to v0.41.1 +- *(deps)* update rust crate futures to v0.3.31 +- *(deps)* update rust crate octocrab to 0.41.0 + +### Other +- *(deps)* update rust crate anyhow to v1.0.90 +- *(deps)* update rust crate clap to v4.5.20 +- *(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]