From 7e9f77f99f3e210e4469fb6ce7ae249983f6bc5d Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 27 Aug 2024 09:43:08 +0800 Subject: [PATCH] chore: release v1.1.0 (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 🤖 New release * `criterion2`: 1.0.0 -> 1.1.0
Changelog

## [1.1.0](https://github.com/Boshen/criterion2.rs/compare/v1.0.0...v1.1.0) - 2024-08-27 ### Added - add `Bencher::iter_with_setup_wrapper` ([#49](https://github.com/Boshen/criterion2.rs/pull/49)) ### Fixed - fix integration tests not being run

--- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f3e84..05ec36c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.0](https://github.com/Boshen/criterion2.rs/compare/v1.0.0...v1.1.0) - 2024-08-27 + +### Added +- add `Bencher::iter_with_setup_wrapper` ([#49](https://github.com/Boshen/criterion2.rs/pull/49)) + +### Fixed +- fix integration tests not being run + ## [0.11.0](https://github.com/Boshen/criterion2.rs/compare/v0.10.0...v0.11.0) - 2024-06-14 ### Added diff --git a/Cargo.lock b/Cargo.lock index d3e646c..1bcfff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 2d38d12..21e61fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "1.0.0" +version = "1.1.0" authors = [ "Boshen ", "Brook Heisler ",