From b627ce4a6cc551f0924e41a3dc9c158b705eb9dd Mon Sep 17 00:00:00 2001 From: tamnd <1218621+tamnd@users.noreply.github.com> Date: Thu, 10 Sep 2026 05:36:20 +0700 Subject: [PATCH] Release 0.6.1 --- CHANGELOG.md | 2 +- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 18 +++++++++--------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84648eb..907b2d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 62875ba..2338b45 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -95,7 +95,7 @@ dependencies = [ [[package]] name = "cache-bench" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-cache", "cb-chart", @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "cb-cache" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-core", "libc", @@ -124,7 +124,7 @@ dependencies = [ [[package]] name = "cb-chart" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-core", "png", @@ -138,7 +138,7 @@ dependencies = [ [[package]] name = "cb-core" -version = "0.6.0" +version = "0.6.1" dependencies = [ "jsonc-parser", "serde", @@ -149,7 +149,7 @@ dependencies = [ [[package]] name = "cb-docs" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-chart", "cb-core", @@ -158,7 +158,7 @@ dependencies = [ [[package]] name = "cb-mem" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-core", "serde", @@ -168,7 +168,7 @@ dependencies = [ [[package]] name = "cb-memtier" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-cache", "cb-core", @@ -179,7 +179,7 @@ dependencies = [ [[package]] name = "cb-perf" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-cache", "cb-core", @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "cb-stats" -version = "0.6.0" +version = "0.6.1" dependencies = [ "cb-core", "serde", @@ -651,7 +651,7 @@ checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81" [[package]] name = "xtask" -version = "0.6.0" +version = "0.6.1" [[package]] name = "zeno" diff --git a/Cargo.toml b/Cargo.toml index dd343bd..0571f09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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"