Skip to content

Commit 567405d

Browse files
authored
release: bump criterion and criterion-plot versions (#878)
1 parent ccccbcc commit 567405d

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.7.0] - 2025-07-25
11+
- Bump version of criterion-plot to align dependencies.
12+
1013
## [0.6.0] - 2025-05-17
1114

1215
### Changed

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
@@ -7,7 +7,7 @@ name = "criterion"
77
# When bumping:
88
#
99
# * Update version numbers in the book;
10-
version = "0.6.0"
10+
version = "0.7.0"
1111
edition = "2021"
1212
# Update the MSRV variable in .github/workflows/ci.yml when changing this.
1313
rust-version = "1.80"
@@ -23,7 +23,7 @@ exclude = ["book/*"]
2323

2424
[dependencies]
2525
anes = "0.1.4"
26-
criterion-plot = { path = "plot", version = "0.5.0" }
26+
criterion-plot = { path = "plot", version = "0.6.0" }
2727
itertools = "0.13"
2828
serde = { version = "1.0.100", features = ["derive"] }
2929
serde_json = "1.0.100"

plot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["Jorge Aparicio <[email protected]>", "Brook Heisler <[email protected]>"]
33
name = "criterion-plot"
4-
version = "0.5.0"
4+
version = "0.6.0"
55
edition = "2021"
66

77
description = "Criterion's plotting library"

0 commit comments

Comments
 (0)