Skip to content

Commit 4a560cb

Browse files
authored
release version 0.5 (#683)
1 parent 3e2849e commit 4a560cb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
## [0.5.0] - 2023-05-XX
10+
## [0.5.0] - 2023-05-23
1111

1212
### Changed
1313
- 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.
540540
[0.3.4]: https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
541541
[0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5
542542
[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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = [
44
"Brook Heisler <brookheisler@gmail.com>",
55
]
66
name = "criterion"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
edition = "2018"
99

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

0 commit comments

Comments
 (0)