diff --git a/Cargo.lock b/Cargo.lock index c5c15b7..9623140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,14 +122,14 @@ dependencies = [ [[package]] name = "rusty_zstd" -version = "0.2.3" +version = "0.2.4" dependencies = [ "rusty_alloc_default", ] [[package]] name = "rusty_zstd-bench" -version = "0.2.3" +version = "0.2.4" dependencies = [ "rusty_zstd", "rzstd-alloc", @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "rusty_zstd-cli" -version = "0.2.3" +version = "0.2.4" dependencies = [ "rusty_zstd", "rzstd-alloc", @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "rzstd-alloc" -version = "0.2.3" +version = "0.2.4" dependencies = [ "rusty_alloc-api", ] diff --git a/Cargo.toml b/Cargo.toml index 922325d..34c7503 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.2.3" +version = "0.2.4" 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 21e5e23..b3c0474 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.4](https://github.com/Remade-With-Rust/rusty_zstd/compare/rusty_zstd-v0.2.3...rusty_zstd-v0.2.4) - 2026-08-29 + +### Other + +- an In the wild block above the headline ([#10](https://github.com/Remade-With-Rust/rusty_zstd/pull/10)) + ## [0.2.3](https://github.com/Remade-With-Rust/rusty_zstd/compare/rusty_zstd-v0.2.2...rusty_zstd-v0.2.3) - 2026-08-28 ### Added