From b8dabdd8f3dc918424d61b5751c7a4aa813e161f Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 26 Sep 2024 19:39:38 +0000 Subject: [PATCH] chore(release): 0.2.3 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741c2ff..c66e4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2024-09-26 + +### Added +- add update command +- only do clone if not exists + +### Fixed +- *(deps)* update rust crate async-trait to v0.1.83 +- *(deps)* update rust crate octocrab to 0.40.0 + ## [0.2.2] - 2024-09-23 ### Other diff --git a/Cargo.toml b/Cargo.toml index fc8e661..88089e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.2.2" +version = "0.2.3" [workspace.dependencies]