From a47840a4b8ed2bf3f122c77852ccbf896ee30c17 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 08:15:24 +0000 Subject: [PATCH] chore: release v0.0.47 --- zstd/CHANGELOG.md | 7 +++++++ zstd/Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index 30fa7c6bf..ff97dd132 100644 --- a/zstd/CHANGELOG.md +++ b/zstd/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.47](https://github.com/structured-world/structured-zstd/compare/v0.0.46...v0.0.47) - 2026-06-30 + +### Performance + +- *(codec)* dict-band hot-path — slice header parse, dms-walk floor, SIMD prefix leading word ([#458](https://github.com/structured-world/structured-zstd/pull/458)) +- *(decode)* cut per-frame fixed overhead on the in-memory path ([#456](https://github.com/structured-world/structured-zstd/pull/456)) + ## [0.0.46](https://github.com/structured-world/structured-zstd/compare/v0.0.45...v0.0.46) - 2026-06-29 ### Performance diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index ff8237018..76d548466 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.46" +version = "0.0.47" rust-version = "1.92" authors = [ "Moritz Borcherding ",