From dc2b06cd31f7aa34cff6a83a00598e0523186dad Mon Sep 17 00:00:00 2001 From: David Himmelstrup Date: Fri, 26 May 2023 10:58:52 +0200 Subject: [PATCH] Release version 0.5.1 (#687) --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 679f0778..0f7cd1da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.5.1] - 2023-05-26 + ### Fixed - Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active @@ -545,3 +547,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [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 [0.5.0]: https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0 +[0.5.1]: https://github.com/bheisler/criterion.rs/compare/0.5.0...0.5.1 diff --git a/Cargo.toml b/Cargo.toml index 1b9306ce..b7312417 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ authors = [ "Brook Heisler ", ] name = "criterion" -version = "0.5.0" +version = "0.5.1" edition = "2018" description = "Statistics-driven micro-benchmarking library"