diff --git a/CHANGELOG.md b/CHANGELOG.md index b297aaa..a52be25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ 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-20 + +### Other + +- *(deps)* update rust crate serde_json to 1.0.132 ([#63](https://github.com/Boshen/criterion2.rs/pull/63)) +- *(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 6975fac..53a43a0 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 54c220a..dd64fb0 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 ",