diff --git a/CHANGELOG.md b/CHANGELOG.md index 4462eba..e116bb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ 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 clippy error and links in documentation +- 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"