We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5df96c commit ebb0e3dCopy full SHA for ebb0e3d
2 files changed
zstd/CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.33](https://github.com/structured-world/structured-zstd/compare/v0.0.32...v0.0.33) - 2026-06-08
11
+
12
+### Performance
13
14
+- dict-attach across match finders + decode peak-alloc ([#359](https://github.com/structured-world/structured-zstd/pull/359))
15
16
## [0.0.31](https://github.com/structured-world/structured-zstd/compare/v0.0.30...v0.0.31) - 2026-06-07
17
18
### Added
zstd/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "structured-zstd"
3
-version = "0.0.32"
+version = "0.0.33"
4
rust-version = "1.92"
5
authors = [
6
"Moritz Borcherding <moritz.borcherding@web.de>",
0 commit comments