From 54bd8a19e1a563e232569613bfc1596bf09a506c Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Thu, 6 Feb 2025 01:42:48 +0000 Subject: [PATCH] chore(release): 0.3.5 --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b924c..514e693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5] - 2025-02-06 + +### Fixed +- *(deps)* update all dependencies +- *(deps)* update rust crate uuid to v1.13.0 +- *(deps)* update all dependencies +- *(deps)* update rust crate async-trait to v0.1.86 +- *(deps)* update rust crate uuid to v1.12.1 +- *(deps)* update rust crate octocrab to 0.43.0 +- *(deps)* update rust crate uuid to v1.12.0 +- *(deps)* update rust crate dirs to v6 +- *(deps)* update rust crate uuid to v1.11.1 + +### Other +- *(deps)* update rust crate clap to v4.5.27 +- *(deps)* update rust crate clap to v4.5.26 +- *(deps)* update rust crate tokio to v1.43.0 +- update example + ## [0.3.4] - 2025-01-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index 8ffef3d..5246049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.3.4" +version = "0.3.5" [workspace.dependencies]