From c6a05018623a8c427f07433a9f2e26cf8216d5bc Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:32:25 +0000 Subject: [PATCH] chore: release v0.0.9 --- 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 7638a262..fadf02dd 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.9](https://github.com/structured-world/structured-zstd/compare/v0.0.8...v0.0.9) - 2026-04-08 + +### Performance + +- *(encoding)* reuse streaming encoded scratch buffer ([#80](https://github.com/structured-world/structured-zstd/pull/80)) + ## [0.0.8](https://github.com/structured-world/structured-zstd/compare/v0.0.7...v0.0.8) - 2026-04-07 ### Fixed diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 0664e59a..bacf3510 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.8" +version = "0.0.9" rust-version = "1.92" authors = [ "Moritz Borcherding ",