File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 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.
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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = [
44 " Brook Heisler <[email protected] >" ,
55]
66name = " criterion"
7- version = " 0.5.0 "
7+ version = " 0.5.1 "
88edition = " 2018"
99
1010description = " Statistics-driven micro-benchmarking library"
You can’t perform that action at this time.
0 commit comments