Skip to content

Commit b86d858

Browse files
chore: release v0.8.3
1 parent 9fdb024 commit b86d858

4 files changed

Lines changed: 21 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.9.0](https://github.com/criterion-rs/criterion.rs/compare/criterion-v0.8.2...criterion-v0.9.0) - 2026-02-09
11+
12+
### Fixed
13+
14+
- include bench names in quick bencher report
15+
16+
### Other
17+
18+
- Fix clippy for stable features
19+
- fix all `cargo clippy` suggestions
20+
1021
## [0.8.2](https://github.com/criterion-rs/criterion.rs/compare/criterion-v0.8.1...criterion-v0.8.2) - 2026-02-04
1122

1223
### Fixed

Cargo.lock

Lines changed: 2 additions & 2 deletions
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
@@ -10,7 +10,7 @@ authors = [
1010
# When bumping:
1111
#
1212
# * Update version numbers in the book;
13-
version = "0.8.2"
13+
version = "0.9.0"
1414
edition = "2021"
1515
# Update the MSRV variable in .github/workflows/ci.yml when changing this.
1616
rust-version = "1.86"
@@ -36,7 +36,7 @@ exclude = ["book/*"]
3636

3737
[dependencies]
3838
anes = "0.1.4"
39-
criterion-plot = { path = "plot", version = "0.8.2" }
39+
criterion-plot = { path = "plot", version = "0.9.0" }
4040
itertools = "0.13"
4141
page_size = "0.6"
4242
serde = { version = "1.0.100", features = ["derive"] }

plot/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.9.0](https://github.com/criterion-rs/criterion.rs/compare/criterion-plot-v0.8.2...criterion-plot-v0.9.0) - 2026-02-09
11+
12+
### Other
13+
14+
- fix all `cargo clippy` suggestions
15+
1016
## [0.8.2](https://github.com/criterion-rs/criterion.rs/compare/criterion-plot-v0.8.1...criterion-plot-v0.8.2) - 2026-02-04
1117

1218
### Other

0 commit comments

Comments
 (0)