Skip to content

Commit 8fd5df7

Browse files
chore: release v0.0.41 (#425)
Co-authored-by: sw-release-bot[bot] <255865126+sw-release-bot[bot]@users.noreply.github.com>
1 parent 80533ca commit 8fd5df7

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

zstd/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.41](https://github.com/structured-world/structured-zstd/compare/v0.0.40...v0.0.41) - 2026-06-17
11+
12+
### Performance
13+
14+
- *(decode)* decode StreamingDecoder read_to_end in place ([#429](https://github.com/structured-world/structured-zstd/pull/429))
15+
- *(hc)* lazy-skip + separate dictMatchState beat C on small-window dict compress ([#427](https://github.com/structured-world/structured-zstd/pull/427))
16+
- *(encode)* close small-window dict compress gap (hash-chain matchfinder + borrowed dict kernel) ([#426](https://github.com/structured-world/structured-zstd/pull/426))
17+
- *(huff0)* skip FSE weight description for streams it cannot encode ([#424](https://github.com/structured-world/structured-zstd/pull/424))
18+
19+
### Refactored
20+
21+
- purge reference-impl terminology + isolate C bindings in ffi-bench ([#430](https://github.com/structured-world/structured-zstd/pull/430))
22+
1023
## [0.0.40](https://github.com/structured-world/structured-zstd/compare/v0.0.39...v0.0.40) - 2026-06-15
1124

1225
### 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.40"
3+
version = "0.0.41"
44
rust-version = "1.92"
55
authors = [
66
"Moritz Borcherding <moritz.borcherding@web.de>",

0 commit comments

Comments
 (0)