From e756bcc2f291c19c31c4162c67c8de2aac0fc504 Mon Sep 17 00:00:00 2001 From: Boshen Date: Tue, 27 Aug 2024 09:47:17 +0800 Subject: [PATCH] chore: release --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ec36c..ada7573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.1.1](https://github.com/Boshen/criterion2.rs/compare/v1.1.0...v1.1.1) - 2024-08-27 + +### Other +- rust v1.80.1 + ## [1.1.0](https://github.com/Boshen/criterion2.rs/compare/v1.0.0...v1.1.0) - 2024-08-27 ### Added diff --git a/Cargo.lock b/Cargo.lock index 1bcfff2..092e033 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 21e61fa..053e7d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "1.1.0" +version = "1.1.1" authors = [ "Boshen ", "Brook Heisler ",