diff --git a/CHANGELOG.md b/CHANGELOG.md index b297aaa..fe5f125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.2](https://github.com/Boshen/criterion2.rs/compare/v1.1.1...v1.1.2) - 2024-10-17 + +### Other + +- *(deps)* update dependency rust to v1.82.0 ([#62](https://github.com/Boshen/criterion2.rs/pull/62)) +- *(deps)* update rust crate bpaf to 0.9.15 ([#61](https://github.com/Boshen/criterion2.rs/pull/61)) +- *(deps)* update rust crate futures to 0.3.31 ([#60](https://github.com/Boshen/criterion2.rs/pull/60)) +- *(deps)* update rust crate tempfile to 3.13.0 ([#59](https://github.com/Boshen/criterion2.rs/pull/59)) +- *(deps)* update rust crates ([#57](https://github.com/Boshen/criterion2.rs/pull/57)) + ## [1.1.1](https://github.com/Boshen/criterion2.rs/compare/v1.1.0...v1.1.1) - 2024-09-23 ### Other diff --git a/Cargo.lock b/Cargo.lock index f66313f..1eeed26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "1.1.1" +version = "1.1.2" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index fb901ac..2893c57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "1.1.1" +version = "1.1.2" authors = [ "Boshen ", "Brook Heisler ",