Skip to content

Commit

Permalink
Release version 0.5.1 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed May 26, 2023
1 parent bfc84ad commit dc2b06c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = [
"Brook Heisler <brookheisler@gmail.com>",
]
name = "criterion"
version = "0.5.0"
version = "0.5.1"
edition = "2018"

description = "Statistics-driven micro-benchmarking library"
Expand Down

0 comments on commit dc2b06c

Please sign in to comment.