diff --git a/CHANGELOG.md b/CHANGELOG.md index d5b924c..4a2a8cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.5] - 2025-01-10 + +### 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]