From c339566429c9e62345ae3c84b890bf568a319906 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:38:58 +0000 Subject: [PATCH] chore: release v0.0.3 --- zstd/CHANGELOG.md | 12 ++++++++++++ zstd/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 ",