From 0053681d81cb2412e4f3f942f2bf4eb29b950d71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 23:22:24 +0000 Subject: [PATCH] chore: release v0.2.5 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/rusty_zstd/CHANGELOG.md | 6 ++++++ 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4157499..256626e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,14 +148,14 @@ dependencies = [ [[package]] name = "rusty_zstd" -version = "0.2.4" +version = "0.2.5" dependencies = [ "rusty_alloc_default", ] [[package]] name = "rusty_zstd-bench" -version = "0.2.4" +version = "0.2.5" dependencies = [ "rusty_zstd", "rzstd-alloc", @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "rusty_zstd-cli" -version = "0.2.4" +version = "0.2.5" dependencies = [ "rusty_zstd", "rzstd-alloc", @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "rzstd-alloc" -version = "0.2.4" +version = "0.2.5" dependencies = [ "rusty_alloc-api 2.0.5", ] diff --git a/Cargo.toml b/Cargo.toml index 34c7503..91f1616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.2.4" +version = "0.2.5" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/Remade-With-Rust/rusty_zstd" diff --git a/crates/rusty_zstd/CHANGELOG.md b/crates/rusty_zstd/CHANGELOG.md index c303d17..626ae77 100644 --- a/crates/rusty_zstd/CHANGELOG.md +++ b/crates/rusty_zstd/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/Remade-With-Rust/rusty_zstd/compare/rusty_zstd-v0.2.4...rusty_zstd-v0.2.5) - 2026-09-09 + +### Fixed + +- *(no_std)* the census counters no longer cost the crate bare metal + ## [0.2.4](https://github.com/Remade-With-Rust/rusty_zstd/compare/rusty_zstd-v0.2.3...rusty_zstd-v0.2.4) - 2026-09-09 ### Added