From 1afaddf2a9a0325d3cd5591561dda7cbf08dc02b Mon Sep 17 00:00:00 2001 From: Boshen Date: Fri, 29 Nov 2024 12:44:30 +0800 Subject: [PATCH] chore: release v2.0.1 --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1a1c7..6823a2e 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] +## [2.0.1](https://github.com/Boshen/criterion2.rs/compare/v2.0.0...v2.0.1) - 2024-11-29 + +### Other + +- *(deps)* update dependency rust to v1.83.0 ([#70](https://github.com/Boshen/criterion2.rs/pull/70)) +- *(deps)* update rust crates ([#69](https://github.com/Boshen/criterion2.rs/pull/69)) +- *(deps)* update rust crates ([#68](https://github.com/Boshen/criterion2.rs/pull/68)) +- *(deps)* update rust crate serde to 1.0.214 ([#66](https://github.com/Boshen/criterion2.rs/pull/66)) + ## [2.0.0](https://github.com/Boshen/criterion2.rs/compare/v1.1.1...v2.0.0) - 2024-10-31 ### Other diff --git a/Cargo.lock b/Cargo.lock index a44c0af..2595b3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index a645378..7af5374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "2.0.0" +version = "2.0.1" authors = [ "Boshen ", "Brook Heisler ",