Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion plot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
authors = ["Jorge Aparicio <[email protected]>", "Brook Heisler <[email protected]>"]
name = "criterion-plot"
version = "0.5.0"
version = "0.6.0"
edition = "2021"

description = "Criterion's plotting library"
Expand Down
Loading