From f99c485193ea785acd3bee76d59f43a405752ec6 Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 17 Oct 2024 00:42:31 +0000 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c66e4aa..84f230b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4] - 2024-10-17 + +### Fixed +- *(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 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]