diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index b4e54c75..aff2d7a5 100644 --- a/zstd/CHANGELOG.md +++ b/zstd/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.18](https://github.com/structured-world/structured-zstd/compare/v0.0.17...v0.0.18) - 2026-04-12 + +### Performance + +- *(decoding)* add shared dictionary handle ([#105](https://github.com/structured-world/structured-zstd/pull/105)) + ## [0.0.17](https://github.com/structured-world/structured-zstd/compare/v0.0.16...v0.0.17) - 2026-04-11 ### Performance diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 628d663e..370a76fc 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.17" +version = "0.0.18" rust-version = "1.92" authors = [ "Moritz Borcherding ",