From c7355cca1a68d7980bb3d58b117bf98b69a2b0ae Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 31 Oct 2024 08:54:55 +0800 Subject: [PATCH] chore: release v1.1.2 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b297aaa..8a1a1c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.0.0](https://github.com/Boshen/criterion2.rs/compare/v1.1.1...v2.0.0) - 2024-10-31 + +### Other + +- Make filters to look for a substring unless exact is given ([#65](https://github.com/Boshen/criterion2.rs/pull/65)) +- *(deps)* update rust crates ([#64](https://github.com/Boshen/criterion2.rs/pull/64)) +- *(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 2ac3cfd..20e6fac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "1.1.1" +version = "2.0.0" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 9876524..6c938e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "1.1.1" +version = "2.0.0" authors = [ "Boshen ", "Brook Heisler ",