From 75f061262209455594a5e7a7db391f7f1bcfc9b4 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:33:50 +0000 Subject: [PATCH] chore: release v0.0.53 --- zstd/CHANGELOG.md | 6 ++++++ zstd/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index 7d68d60b7..08fd63263 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.53](https://github.com/structured-world/structured-zstd/compare/v0.0.52...v0.0.53) - 2026-09-08 + +### Performance + +- *(opt)* close a third of the optimal finder's gap to libzstd on the dictionary band ([#498](https://github.com/structured-world/structured-zstd/pull/498)) + ## [0.0.52](https://github.com/structured-world/structured-zstd/compare/v0.0.51...v0.0.52) - 2026-09-08 ### Fixed diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 5c689b3f6..844f52f03 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.52" +version = "0.0.53" rust-version = "1.92" authors = [ "Moritz Borcherding ",