diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eeefa1..3f3a866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2025-11-24 + +### Added +- replace channel with semaphore for better performance + +### Fixed +- *(deps)* update all dependencies + +### Other +- *(deps)* update rust crate tracing to v0.1.41 + ## [0.1.0] - 2025-08-08 ### Added diff --git a/Cargo.toml b/Cargo.toml index c850dae..c2daf08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["crates/*"] resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" license = "MIT" [workspace.dependencies]