From 22e804d92a83bd315afeaef695506aa7a296e2c3 Mon Sep 17 00:00:00 2001 From: "sw-release-bot[bot]" <255865126+sw-release-bot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:59:28 +0000 Subject: [PATCH] chore: release v0.0.14 --- 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 6b93a9e1..787f3f17 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.14](https://github.com/structured-world/structured-zstd/compare/v0.0.13...v0.0.14) - 2026-04-09 + +### Performance + +- *(encoding)* enable one-shot size hint across levels safely ([#94](https://github.com/structured-world/structured-zstd/pull/94)) + ## [0.0.13](https://github.com/structured-world/structured-zstd/compare/v0.0.12...v0.0.13) - 2026-04-09 ### Performance diff --git a/zstd/Cargo.toml b/zstd/Cargo.toml index cd438e77..ecb94862 100644 --- a/zstd/Cargo.toml +++ b/zstd/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "structured-zstd" -version = "0.0.13" +version = "0.0.14" rust-version = "1.92" authors = [ "Moritz Borcherding ",