diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index 423aceed..816a7c92 100644 --- a/zstd/CHANGELOG.md +++ b/zstd/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/structured-world/structured-zstd/compare/v0.0.2...v0.0.3) - 2026-03-26 + +### Added + +- *(encoder)* FSE table reuse and offset history optimization ([#33](https://github.com/structured-world/structured-zstd/pull/33)) +- large literals block support (>262KB) ([#30](https://github.com/structured-world/structured-zstd/pull/30)) + +### Fixed + +- *(encoding)* implement default compression level ([#34](https://github.com/structured-world/structured-zstd/pull/34)) +- use local Readme.md for crate readme + ## [0.0.2](https://github.com/structured-world/structured-zstd/compare/v0.0.1...v0.0.2) - 2026-03-25 ### Added diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 71e09dbb..51a5140c 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.2" +version = "0.0.3" rust-version = "1.92" authors = [ "Moritz Borcherding ",