From 44bcadfe4810709301d3d37f44204491164e69f2 Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Tue, 23 May 2023 20:09:35 +0200 Subject: [PATCH] update for verson 0.5 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad510f1..638f1ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [0.5.0] - 2023-05-XX +## [0.5.0] - 2023-05-23 ### Changed - Replaced lazy_static dependency with once_cell @@ -540,4 +540,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [0.3.4]: https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4 [0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5 [0.3.6]: https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6 -[0.4.0]: https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0 \ No newline at end of file +[0.4.0]: https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0 +[0.5.0]: https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0 diff --git a/Cargo.toml b/Cargo.toml index cbebc142..1b9306ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Brook Heisler ", ] name = "criterion" -version = "0.4.0" +version = "0.5.0" edition = "2018" description = "Statistics-driven micro-benchmarking library"