diff --git a/CHANGELOG.md b/CHANGELOG.md index 6457459..612321e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.10.0](https://github.com/Boshen/criterion2.rs/compare/v0.9.0...v0.10.0) - 2024-06-01 + +### Added +- [**breaking**] remove feature `html_reports` +- [**breaking**] remove all plotting related functionalities ([#27](https://github.com/Boshen/criterion2.rs/pull/27)) + ## [0.9.0](https://github.com/Boshen/criterion2.rs/compare/v0.8.0...v0.9.0) - 2024-05-28 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index cd69e9e..726b60a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "criterion2" -version = "0.9.0" +version = "0.10.0" dependencies = [ "anes", "approx", diff --git a/Cargo.toml b/Cargo.toml index 33f4379..3b2e904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "criterion2" -version = "0.9.0" +version = "0.10.0" authors = [ "Boshen ", "Brook Heisler ",