Skip to content

Commit

Permalink
release version 0.5 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed May 23, 2023
1 parent 3e2849e commit 4a560cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.5.0] - 2023-05-XX
## [0.5.0] - 2023-05-23

### Changed
- Replaced lazy_static dependency with once_cell
Expand Down Expand Up @@ -540,4 +540,5 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
[0.3.4]: https://github.com/bheisler/criterion.rs/compare/0.3.3...0.3.4
[0.3.5]: https://github.com/bheisler/criterion.rs/compare/0.3.4...0.3.5
[0.3.6]: https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6
[0.4.0]: https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
[0.4.0]: https://github.com/bheisler/criterion.rs/compare/0.3.6...0.4.0
[0.5.0]: https://github.com/bheisler/criterion.rs/compare/0.4.0...0.5.0
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -4,7 +4,7 @@ authors = [
"Brook Heisler <brookheisler@gmail.com>",
]
name = "criterion"
version = "0.4.0"
version = "0.5.0"
edition = "2018"

description = "Statistics-driven micro-benchmarking library"
Expand Down

0 comments on commit 4a560cb

Please sign in to comment.