From 9658c1ec69034f4c1b447b9c6a6c1e0f0b2a314b Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 19:49:49 +0000 Subject: [PATCH] chore: release v0.0.8 --- zstd/CHANGELOG.md | 12 ++++++++++++ zstd/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/zstd/CHANGELOG.md b/zstd/CHANGELOG.md index 3a8aa436..7638a262 100644 --- a/zstd/CHANGELOG.md +++ b/zstd/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.8](https://github.com/structured-world/structured-zstd/compare/v0.0.7...v0.0.8) - 2026-04-07 + +### Fixed + +- *(ci)* publish benchmark delta reports ([#75](https://github.com/structured-world/structured-zstd/pull/75)) + +### Performance + +- *(bench)* multi-arch relative Rust-vs-FFI dashboard ([#78](https://github.com/structured-world/structured-zstd/pull/78)) +- *(fse)* pack decoder entries and align decode tables ([#76](https://github.com/structured-world/structured-zstd/pull/76)) +- *(bench)* add fastcover vs ffi dict-training delta ([#73](https://github.com/structured-world/structured-zstd/pull/73)) + ## [0.0.7](https://github.com/structured-world/structured-zstd/compare/v0.0.6...v0.0.7) - 2026-04-05 ### Added diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index d52c7021..0664e59a 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.7" +version = "0.0.8" rust-version = "1.92" authors = [ "Moritz Borcherding ",