From b92eb01f7115229d0cf75f496ff99c1c1cee3979 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 29 Apr 2024 11:42:58 +0800 Subject: [PATCH] chore: release (#12) Signed-off-by: Boshen <1430279+Boshen@users.noreply.github.com> Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9dc99e..92ea0f5 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] +## [0.8.0](https://github.com/Boshen/criterion2.rs/compare/v0.7.2...v0.8.0) - 2024-04-29 + +### Added +- remove regex filter support to reduce compilation speed ([#15](https://github.com/Boshen/criterion2.rs/pull/15)) + +### Other +- add justfile +- *(deps)* update rust crate codspeed to 2.6.0 ([#14](https://github.com/Boshen/criterion2.rs/pull/14)) +- *(deps)* update rust crate codspeed to 2.5.1 ([#13](https://github.com/Boshen/criterion2.rs/pull/13)) +- *(deps)* update rust crate codspeed to 2.5.0 ([#11](https://github.com/Boshen/criterion2.rs/pull/11)) + ## [0.7.2](https://github.com/Boshen/criterion2.rs/compare/v0.7.1...v0.7.2) - 2024-04-19 ### Other diff --git a/Cargo.lock b/Cargo.lock index 819ee02..ac4a7b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -380,7 +380,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "0.7.2" +version = "0.8.0" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 4f76cf8..5bb32bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "0.7.2" +version = "0.8.0" authors = [ "Boshen ", "Jorge Aparicio ",