Skip to content

Commit a667cdc

Browse files
chore: release v0.0.24 (#237)
Co-authored-by: sw-release-bot[bot] <255865126+sw-release-bot[bot]@users.noreply.github.com>
1 parent e2e529f commit a667cdc

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

zstd/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.24](https://github.com/structured-world/structured-zstd/compare/v0.0.23...v0.0.24) - 2026-05-24
11+
12+
### Performance
13+
14+
- *(decode)* pack HUF decode table as u16 (donor HUF_DEltX1 layout) ([#243](https://github.com/structured-world/structured-zstd/pull/243))
15+
- *(decode)* collapse HUF 4-stream burst-gate to single-cursor olimit ([#238](https://github.com/structured-world/structured-zstd/pull/238))
16+
- *(encoder)* align lazy-band target_len with donor clevels.h table[0] ([#239](https://github.com/structured-world/structured-zstd/pull/239))
17+
- *(fast)* donor-parity hot-path cleanups in Fast kernel + inline short-literal append (#220 follow-up) ([#231](https://github.com/structured-world/structured-zstd/pull/231))
18+
19+
### Testing
20+
21+
- *(encoding)* donor-parity comparator for block splitter port ([#240](https://github.com/structured-world/structured-zstd/pull/240))
22+
- *(bench)* add decompress-dict group to compare_ffi ([#236](https://github.com/structured-world/structured-zstd/pull/236))
23+
1024
## [0.0.23](https://github.com/structured-world/structured-zstd/compare/v0.0.22...v0.0.23) - 2026-05-23
1125

1226
### Added

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

0 commit comments

Comments
 (0)