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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

What each release costs you, in the order the releases happened. New entries go on top.

## 0.6.1 - unreleased
## 0.6.1 - 2026-09-10

### Fixed

Expand Down
20 changes: 10 additions & 10 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ members = [
]

[workspace.package]
version = "0.6.0"
version = "0.6.1"
edition = "2024"
# Held behind stable, and it matches the floor in tamnd/yo so the two trees agree on what a supported compiler is.
rust-version = "1.94"
Expand All @@ -29,14 +29,14 @@ publish = true

# A path for building here and a version for building anywhere else. Cargo uses the path in this workspace and rewrites the entry to the version when the crate is packaged, so both have to be here and the version has to move with the workspace version.
[workspace.dependencies]
cb-cache = { path = "crates/cb-cache", version = "0.6.0" }
cb-chart = { path = "crates/cb-chart", version = "0.6.0" }
cb-core = { path = "crates/cb-core", version = "0.6.0" }
cb-docs = { path = "crates/cb-docs", version = "0.6.0" }
cb-mem = { path = "crates/cb-mem", version = "0.6.0" }
cb-memtier = { path = "crates/cb-memtier", version = "0.6.0" }
cb-perf = { path = "crates/cb-perf", version = "0.6.0" }
cb-stats = { path = "crates/cb-stats", version = "0.6.0" }
cb-cache = { path = "crates/cb-cache", version = "0.6.1" }
cb-chart = { path = "crates/cb-chart", version = "0.6.1" }
cb-core = { path = "crates/cb-core", version = "0.6.1" }
cb-docs = { path = "crates/cb-docs", version = "0.6.1" }
cb-mem = { path = "crates/cb-mem", version = "0.6.1" }
cb-memtier = { path = "crates/cb-memtier", version = "0.6.1" }
cb-perf = { path = "crates/cb-perf", version = "0.6.1" }
cb-stats = { path = "crates/cb-stats", version = "0.6.1" }

[workspace.lints.rust]
missing_docs = "warn"
Expand Down