File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 0.5.0] - 2023-05-XX
10
+ ## [ 0.5.0] - 2023-05-23
11
11
12
12
### Changed
13
13
- Replaced lazy_static dependency with once_cell
@@ -540,4 +540,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
540
540
[ 0.3.4 ] : https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
541
541
[ 0.3.5 ] : https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5
542
542
[ 0.3.6 ] : https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
543
- [ 0.4.0 ] : https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
543
+ [ 0.4.0 ] : https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
544
+ [ 0.5.0 ] : https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ authors = [
4
4
" Brook Heisler <brookheisler@gmail.com>" ,
5
5
]
6
6
name = " criterion"
7
- version = " 0.4 .0"
7
+ version = " 0.5 .0"
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