Skip to content

Commit e4e06df

Browse files
github-actions[bot]berkus
authored andcommitted
chore: release v0.8.1
1 parent aa548b9 commit e4e06df

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.1](https://github.com/criterion-rs/criterion.rs/compare/criterion-v0.8.0...criterion-v0.8.1) - 2025-12-07
11+
12+
### Fixed
13+
14+
- Homepage link
15+
16+
### Other
17+
18+
- *(deps)* bump crate-ci/typos from 1.23.5 to 1.40.0
19+
- *(deps)* bump jontze/action-mdbook from 3 to 4
20+
- *(deps)* bump actions/checkout from 4 to 6
21+
1022
## [0.8.0](https://github.com/criterion-rs/criterion.rs/compare/criterion-v0.7.0...criterion-v0.8.0) - 2025-11-29
1123

1224
### BREAKING

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.0"
13+
version = "0.8.1"
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
[dependencies]
3737
alloca = "0.4"
3838
anes = "0.1.4"
39-
criterion-plot = { path = "plot", version = "0.8.0" }
39+
criterion-plot = { path = "plot", version = "0.8.1" }
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
@@ -6,3 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.8.1](https://github.com/criterion-rs/criterion.rs/compare/criterion-plot-v0.8.0...criterion-plot-v0.8.1) - 2025-12-07
11+
12+
### Fixed
13+
14+
- Typo

0 commit comments

Comments
 (0)