File tree 2 files changed +4
-1
lines changed 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.5.1] - 2023-05-26
11
+
10
12
### Fixed
11
13
- Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active
12
14
@@ -545,3 +547,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
545
547
[ 0.3.6 ] : https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
546
548
[ 0.4.0 ] : https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
547
549
[ 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = [
4
4
" Brook Heisler <[email protected] >" ,
5
5
]
6
6
name = " criterion"
7
- version = " 0.5.0 "
7
+ version = " 0.5.1 "
8
8
edition = " 2018"
9
9
10
10
description = " Statistics-driven micro-benchmarking library"
You can’t perform that action at this time.
0 commit comments