From 91f692da13c6e2c6048a54700d3591cb0bd11584 Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 23 Sep 2024 09:35:16 +0800 Subject: [PATCH] chore: release --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ec36c..b297aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ 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-09-23 + +### Other + +- *(renovate)* bump crates +- *(deps)* update rust crates ([#56](https://github.com/Boshen/criterion2.rs/pull/56)) +- *(deps)* update dependency rust to v1.81.0 ([#55](https://github.com/Boshen/criterion2.rs/pull/55)) +- 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 2183eb2..723608c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -340,7 +340,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 ",