From e2a13f04d773f5a151fbb2b918d0608b2ae1a73f Mon Sep 17 00:00:00 2001 From: cuddle-please Date: Wed, 15 Jan 2025 02:09:42 +0000 Subject: [PATCH] chore(release): 0.3.5 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b924c..b3e2345 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.3.5] - 2025-01-15 + +### Fixed +- *(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.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]