From 17259601fb09fc59b894fc59924be2bc489e3c22 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 05:08:54 +0000 Subject: [PATCH] chore: release v0.0.43 --- zstd/CHANGELOG.md | 9 +++++++++ zstd/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index a1a8e0092..b4effede9 100644 --- a/zstd/CHANGELOG.md +++ b/zstd/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.43](https://github.com/structured-world/structured-zstd/compare/v0.0.42...v0.0.43) - 2026-06-23 + +### Performance + +- *(encode)* close the L6-L9 lazy dictionary compress-speed gap ([#442](https://github.com/structured-world/structured-zstd/pull/442)) +- *(encode)* reuse the LDM producer table across dict frames ([#440](https://github.com/structured-world/structured-zstd/pull/440)) +- *(decode)* branchy fused decodeSequence on the AVX2 short arm ([#439](https://github.com/structured-world/structured-zstd/pull/439)) +- *(decode)* HUF table-fill by code-length group + scalarize 4-stream burst ([#437](https://github.com/structured-world/structured-zstd/pull/437)) + ## [0.0.41](https://github.com/structured-world/structured-zstd/compare/v0.0.40...v0.0.41) - 2026-06-17 ### Performance diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 101c37410..6a4a3c07c 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.42" +version = "0.0.43" rust-version = "1.92" authors = [ "Moritz Borcherding ",