From 0ad7d784b02274eea7a13c7470497c5a44aca827 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 28 May 2024 11:39:49 +0800 Subject: [PATCH] chore: release (#26) --- CHANGELOG.md | 19 +++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ea0f5..6457459 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.9.0](https://github.com/Boshen/criterion2.rs/compare/v0.8.0...v0.9.0) - 2024-05-28 + +### Fixed +- change deprecated method `group_by` -> `chunk_by` +- fix v1.78.0 clippy warnings ([#21](https://github.com/Boshen/criterion2.rs/pull/21)) + +### Other +- lib name alias to `criterion` +- *(deps)* lock file maintenance rust crates ([#25](https://github.com/Boshen/criterion2.rs/pull/25)) +- allow branch `renovate/**` +- *(deps)* lock file maintenance rust crates ([#23](https://github.com/Boshen/criterion2.rs/pull/23)) +- *(deps)* lock file maintenance rust crates ([#22](https://github.com/Boshen/criterion2.rs/pull/22)) +- update renovate.json +- *(deps)* update rust crate num-traits to 0.2.19 ([#20](https://github.com/Boshen/criterion2.rs/pull/20)) +- *(deps)* update dependency rust to v1.78.0 ([#19](https://github.com/Boshen/criterion2.rs/pull/19)) +- *(renovate)* add rust-toolchain +- *(deps)* update rust crates to 1.0.200 ([#18](https://github.com/Boshen/criterion2.rs/pull/18)) +- *(deps)* update rust crates ([#16](https://github.com/Boshen/criterion2.rs/pull/16)) + ## [0.8.0](https://github.com/Boshen/criterion2.rs/compare/v0.7.2...v0.8.0) - 2024-04-29 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8171091..50660bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 95dc6ee..5c3400c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "0.8.0" +version = "0.9.0" authors = [ "Boshen ", "Jorge Aparicio ",