From 6b0e78b3250e3b1a30fa19f183ca30271ddad7e3 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:20:28 +0000 Subject: [PATCH 1/2] chore: release v0.4.24 --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4462eba..ef4a791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,42 @@ 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 + +- 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 77fd35b..0e473b5 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 4d31f3dbf4e899713ecee6af16874da51b776036 Mon Sep 17 00:00:00 2001 From: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Date: Tue, 10 Jun 2025 01:25:38 +1000 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --- CHANGELOG.md | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4a791..e116bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,35 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Other -- 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 and links in documentation - narrow tokio requirement to account for RUSTSEC-2025-0023 - move constructors back to top of rustdoc pages