Skip to content

Commit 43bf90a

Browse files
authored
release version 0.6.0 (#860)
1 parent 92696e4 commit 43bf90a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
- MSRV bumped to 1.80
9+
10+
## [0.6.0] - 2025-05-17
1011

1112
### Changed
13+
- MSRV bumped to 1.80
1214
- The `real_blackbox` feature no longer has any impact. Criterion always uses `std::hint::black_box()` now.
1315
Users of `criterion::black_box()` should switch to `std::hint::black_box()`.
14-
- 'clap' dependency unpinned.
16+
- `clap` dependency unpinned.
1517

1618
### Fixed
17-
1819
- gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail
1920

2021
### Added
21-
2222
- Async benchmarking with Tokio may be done via a `tokio::runtime::Handle`, not only a `tokio::runtime::Runtime`
2323

2424
## [0.5.1] - 2023-05-26

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name = "criterion"
77
# When bumping:
88
#
99
# * Update version numbers in the book;
10-
version = "0.5.1"
10+
version = "0.6.0"
1111
edition = "2021"
12-
rust-version = "1.70"
12+
rust-version = "1.80"
1313

1414
description = "Statistics-driven micro-benchmarking library"
1515
homepage = "https://bheisler.github.io/criterion.rs/book/index.html"

0 commit comments

Comments
 (0)