Skip to content

Commit 50058fe

Browse files
chore: release v0.0.30 (#356)
Co-authored-by: sw-release-bot[bot] <255865126+sw-release-bot[bot]@users.noreply.github.com>
1 parent 71b58d0 commit 50058fe

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

zstd/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.30](https://github.com/structured-world/structured-zstd/compare/v0.0.29...v0.0.30) - 2026-06-07
11+
12+
### Added
13+
14+
- *(decoding)* block-subset partial decode + per-block decompressed byte ranges ([#357](https://github.com/structured-world/structured-zstd/pull/357))
15+
16+
### Performance
17+
18+
- *(encode)* inline SIMD literal copy for medium runs ([#355](https://github.com/structured-world/structured-zstd/pull/355))
19+
1020
## [0.0.29](https://github.com/structured-world/structured-zstd/compare/v0.0.28...v0.0.29) - 2026-06-06
1121

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

0 commit comments

Comments
 (0)