Skip to content

Commit b20fa0a

Browse files
chore: release v0.0.40
1 parent a2044af commit b20fa0a

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

zstd/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.40](https://github.com/structured-world/structured-zstd/compare/v0.0.39...v0.0.40) - 2026-06-15
11+
12+
### Performance
13+
14+
- *(encode)* cap HC/BT history mirror near the live window ([#421](https://github.com/structured-world/structured-zstd/pull/421))
15+
- *(encode)* cap dfast history buffer near the live window ([#420](https://github.com/structured-world/structured-zstd/pull/420))
16+
- *(encode)* cap row history buffer near the live window ([#418](https://github.com/structured-world/structured-zstd/pull/418))
17+
1018
## [0.0.39](https://github.com/structured-world/structured-zstd/compare/v0.0.38...v0.0.39) - 2026-06-14
1119

1220
### Performance

zstd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "structured-zstd"
3-
version = "0.0.39"
3+
version = "0.0.40"
44
rust-version = "1.92"
55
authors = [
66
"Moritz Borcherding <moritz.borcherding@web.de>",

0 commit comments

Comments
 (0)