diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5b7a0..5dc0971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.1] - 2025-01-11 + +### Fixed +- *(deps)* update rust crate uuid to v1.11.1 +- *(deps)* update rust crate serde_json to v1.0.135 +- *(deps)* update all dependencies +- *(deps)* update rust crate serde to v1.0.217 +- *(deps)* update rust crate serde_json to v1.0.134 + +### Other +- *(deps)* update rust crate clap to v4.5.26 +- *(deps)* update rust crate tokio to v1.43.0 +- *(deps)* update rust crate clap to v4.5.24 +- *(deps)* update rust crate axum to 0.8 +- *(deps)* update rust crate itertools to 0.14.0 +- *(deps)* update rust crate anyhow to v1.0.95 + ## [0.5.0] - 2024-12-15 ### Added diff --git a/Cargo.toml b/Cargo.toml index 6f6e559..9366029 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,4 +26,4 @@ hex = { version = "0.4.3" } toml = { version = "0.8.14" } [workspace.package] -version = "0.5.0" +version = "0.5.1"