Skip to content

Commit dc2b06c

Browse files
authored
Release version 0.5.1 (#687)
1 parent bfc84ad commit dc2b06c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2023-05-26
11+
1012
### Fixed
1113
- Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active
1214

@@ -545,3 +547,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
545547
[0.3.6]: https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
546548
[0.4.0]: https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
547549
[0.5.0]: https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0
550+
[0.5.1]: https://github.com/bheisler/criterion.rs/compare/0.5.0...0.5.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Brook Heisler <[email protected]>",
55
]
66
name = "criterion"
7-
version = "0.5.0"
7+
version = "0.5.1"
88
edition = "2018"
99

1010
description = "Statistics-driven micro-benchmarking library"

0 commit comments

Comments
 (0)