diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1a1c7..5b4d2e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.1](https://github.com/Boshen/criterion2.rs/compare/v2.0.0...v2.0.1) - 2025-01-10 + +### Other + +- *(deps)* update dependency rust to v1.84.0 (#76) +- *(deps)* update rust crate tempfile to 3.15.0 (#75) +- *(deps)* update rust crate serde to 1.0.217 (#74) +- *(deps)* update rust crate serde_json to 1.0.134 (#73) +- *(deps)* update rust crates (#72) +- *(deps)* update rust crate tokio to 1.42.0 (#71) +- *(deps)* update dependency rust to v1.83.0 (#70) +- *(deps)* update rust crates (#69) +- *(deps)* update rust crates (#68) +- *(deps)* update rust crate serde to 1.0.214 (#66) + ## [2.0.0](https://github.com/Boshen/criterion2.rs/compare/v1.1.1...v2.0.0) - 2024-10-31 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3ba233d..a324256 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 4b110b4..02b8d9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "2.0.0" +version = "2.0.1" authors = [ "Boshen ", "Brook Heisler ",