From 55e5576a5c692d8c84e1e923596b9df2fb49c0ef Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 16:16:15 +0000 Subject: [PATCH] chore: release v0.0.7 --- zstd/CHANGELOG.md | 10 ++++++++++ zstd/Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index 750115be..3a8aa436 100644 --- a/zstd/CHANGELOG.md +++ b/zstd/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.7](https://github.com/structured-world/structured-zstd/compare/v0.0.6...v0.0.7) - 2026-04-05 + +### Added + +- *(encoding)* numeric compression levels (1-22) API ([#63](https://github.com/structured-world/structured-zstd/pull/63)) + +### Performance + +- *(bench)* add rust/ffi delta benchmark artifacts ([#65](https://github.com/structured-world/structured-zstd/pull/65)) + ## [0.0.6](https://github.com/structured-world/structured-zstd/compare/v0.0.5...v0.0.6) - 2026-04-04 ### Added diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 71721a28..786aa118 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.6" +version = "0.0.7" rust-version = "1.92" authors = [ "Moritz Borcherding ",