Skip to content

Commit c31b42c

Browse files
awksedgreepclaude
andcommitted
release: prepare v0.6.2
Patch on the 0.6 line: durable compression totals (persisted _meta pair + stats/server exports). Floors and pairing unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent b423d89 commit c31b42c

5 files changed

Lines changed: 15 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ capability document remains authoritative for a particular binary pairing.
1010
See the [compatibility statement](docs/COMPATIBILITY.md) and
1111
[upgrade guide](docs/UPGRADE.md).
1212

13-
<!-- release-target: 0.6.1 -->
13+
<!-- release-target: 0.6.2 -->
1414

1515
## [Unreleased]
1616

17+
No changes recorded after `0.6.2`.
18+
19+
## [0.6.2] — 2026-08-11
20+
1721
### Added
1822

1923
- Durable compression totals: each optimize pass persists cumulative

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default-members = [
1717
resolver = "2"
1818

1919
[workspace.package]
20-
version = "0.6.1"
20+
version = "0.6.2"
2121
edition = "2021"
2222
license = "MIT"
2323

servers/Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

servers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.6.1"
11+
version = "0.6.2"
1212
edition = "2021"
1313
license = "MIT"
1414

0 commit comments

Comments
 (0)