From 12b4066b9d7234cf4b0db40c612a259b33bccf72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:27:11 +0000 Subject: [PATCH 1/2] chore: release v0.4.24 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4462eba..8d502a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,43 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.24](https://github.com/Nullus157/async-compression/compare/v0.4.23...v0.4.24) - 2025-06-09 + +### Other + +- *(deps)* update proptest-derive requirement from 0.5 to 0.6 +- Fix fmt in decoder.rs +- Fix tokio write generics decoder.rs +- Fix fmt in tokio generics write encoder.rs +- Fix fmt in tokio write generics decoder.rs +- Fix fmt in future write generics encoder.rs +- Fix fmt in decoder.rs +- Fix clippy error and fmt in xz2 encoder.rs +- Fix fmt in xz2 decoder.rs +- Fix fmt in brotli decoder.rs +- Fix clippy error in tokio/write/generic/decoder.rs +- Fix clippy error in xz2 decoder.rs +- Fix clippy error in bzip2 encoder.rs +- Fix clippy error in bzip2 encoder.rs +- Fix clippy error in bzip2 decoder.rs +- Fix doc link in lib.rs +- Fix clippy error in futures write generic encoder.rs +- Fix clippy error in future write generic decoder.rs +- Fix clippy error in tokio generic encoder.rs +- Fix clippy error in tokio generic decoder.rs +- Fix clippy error in gzip encoder.rs +- Fix clippy error in gzip decoder.rs +- Fix clippy error in gzip encoder.rs +- Fix clippy error in gzip header.rs +- Fix clippy error in flate encoder.rs +- Fix clippy error in flate decoder.rs +- Fix clippy error in bzip2 decoder.rs +- Fix encoder.rs +- Fix clippy error in brotli encoder.rs +- Fix clippy error in brotli decoder.rs +- narrow tokio requirement to account for RUSTSEC-2025-0023 +- move constructors back to top of rustdoc pages + ## [0.4.23](https://github.com/Nullus157/async-compression/compare/v0.4.22...v0.4.23) - 2025-04-21 ### Changed diff --git a/Cargo.toml b/Cargo.toml index 14bec32..002810c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.23" +version = "0.4.24" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2" From 669a7c98c5b5f4fe16568e8d530880faaf791ee5 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Tue, 10 Jun 2025 01:32:07 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- CHANGELOG.md | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d502a2..d39175c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,36 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Other -- *(deps)* update proptest-derive requirement from 0.5 to 0.6 -- Fix fmt in decoder.rs -- Fix tokio write generics decoder.rs -- Fix fmt in tokio generics write encoder.rs -- Fix fmt in tokio write generics decoder.rs -- Fix fmt in future write generics encoder.rs -- Fix fmt in decoder.rs -- Fix clippy error and fmt in xz2 encoder.rs -- Fix fmt in xz2 decoder.rs -- Fix fmt in brotli decoder.rs -- Fix clippy error in tokio/write/generic/decoder.rs -- Fix clippy error in xz2 decoder.rs -- Fix clippy error in bzip2 encoder.rs -- Fix clippy error in bzip2 encoder.rs -- Fix clippy error in bzip2 decoder.rs -- Fix doc link in lib.rs -- Fix clippy error in futures write generic encoder.rs -- Fix clippy error in future write generic decoder.rs -- Fix clippy error in tokio generic encoder.rs -- Fix clippy error in tokio generic decoder.rs -- Fix clippy error in gzip encoder.rs -- Fix clippy error in gzip decoder.rs -- Fix clippy error in gzip encoder.rs -- Fix clippy error in gzip header.rs -- Fix clippy error in flate encoder.rs -- Fix clippy error in flate decoder.rs -- Fix clippy error in bzip2 decoder.rs -- Fix encoder.rs -- Fix clippy error in brotli encoder.rs -- Fix clippy error in brotli decoder.rs +- Fix clippy error - narrow tokio requirement to account for RUSTSEC-2025-0023 - move constructors back to top of rustdoc pages