From 22d05f24a1d9d4789412d9696c387fa7fdcc6c01 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:50:46 +0000 Subject: [PATCH] chore: release v0.0.39 --- 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 ec598138b..55d2227f8 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.39](https://github.com/structured-world/structured-zstd/compare/v0.0.38...v0.0.39) - 2026-06-14 + +### Performance + +- *(encode)* cap row match-finder table to upstream hashLog ([#417](https://github.com/structured-world/structured-zstd/pull/417)) +- *(encode)* single price arena + interleaved cache in the optimal parser ([#415](https://github.com/structured-world/structured-zstd/pull/415)) + ## [0.0.38](https://github.com/structured-world/structured-zstd/compare/v0.0.37...v0.0.38) - 2026-06-14 ### Added diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 794005b9a..1add6814e 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.38" +version = "0.0.39" rust-version = "1.92" authors = [ "Moritz Borcherding ",