From 1bfcfd24a565c992ad8000864e780128724962f3 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 01:07:24 +0000 Subject: [PATCH] chore: release v0.0.49 --- 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 f98e08a33..bc8163449 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.49](https://github.com/structured-world/structured-zstd/compare/v0.0.48...v0.0.49) - 2026-07-01 + +### Performance + +- *(compress)* inline the row search into the lazy parse monolith ([#461](https://github.com/structured-world/structured-zstd/pull/461)) +- *(opt)* fold BT-walk coordinate decode; drop dead hash-chain optimal path ([#462](https://github.com/structured-world/structured-zstd/pull/462)) + ## [0.0.48](https://github.com/structured-world/structured-zstd/compare/v0.0.47...v0.0.48) - 2026-06-30 ### Fixed diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index a4ffc1e9f..d1dbae1ee 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.48" +version = "0.0.49" rust-version = "1.92" authors = [ "Moritz Borcherding ",