diff --git a/CHANGELOG.md b/CHANGELOG.md index a074d4f8..6a196a6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.7.0] - 2025-07-25 +- Bump version of criterion-plot to align dependencies. + ## [0.6.0] - 2025-05-17 ### Changed diff --git a/Cargo.lock b/Cargo.lock index e74ac112..14db34e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,7 +347,7 @@ dependencies = [ [[package]] name = "criterion" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anes", "approx", @@ -377,7 +377,7 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.5.0" +version = "0.6.0" dependencies = [ "cast", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 18502cdb..1eeb3103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "criterion" # When bumping: # # * Update version numbers in the book; -version = "0.6.0" +version = "0.7.0" edition = "2021" # Update the MSRV variable in .github/workflows/ci.yml when changing this. rust-version = "1.80" @@ -23,7 +23,7 @@ exclude = ["book/*"] [dependencies] anes = "0.1.4" -criterion-plot = { path = "plot", version = "0.5.0" } +criterion-plot = { path = "plot", version = "0.6.0" } itertools = "0.13" serde = { version = "1.0.100", features = ["derive"] } serde_json = "1.0.100" diff --git a/plot/Cargo.toml b/plot/Cargo.toml index ee82cfa9..98109473 100644 --- a/plot/Cargo.toml +++ b/plot/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jorge Aparicio ", "Brook Heisler "] name = "criterion-plot" -version = "0.5.0" +version = "0.6.0" edition = "2021" description = "Criterion's plotting library"