From 12cace436fa3779cb1783342371833ba89f9c693 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 15:33:02 +0000 Subject: [PATCH] chore: release v0.0.17 --- 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 298e3a4b..b4e54c75 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.17](https://github.com/structured-world/structured-zstd/compare/v0.0.16...v0.0.17) - 2026-04-11 + +### Performance + +- *(encoding)* complete ARM histogram path for #71 ([#104](https://github.com/structured-world/structured-zstd/pull/104)) +- *(encoding)* CRC-gated hash mix for ARM and x86_64 ([#102](https://github.com/structured-world/structured-zstd/pull/102)) + ## [0.0.16](https://github.com/structured-world/structured-zstd/compare/v0.0.15...v0.0.16) - 2026-04-11 ### Performance diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index 3f3826c5..4894a77e 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.16" +version = "0.0.17" rust-version = "1.92" authors = [ "Moritz Borcherding ",