From 690772960bfde66691bfcd0fe0ccac6a24460ff6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:15:09 +0000 Subject: [PATCH 1/2] chore: release v0.4.18 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e688d9..be770fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.18](https://github.com/Nullus157/async-compression/compare/v0.4.17...v0.4.18) - 2024-11-23 + +### Other + +- Adjust `Level::Precise` clamp range for flate2 +- *(deps)* bump codecov/codecov-action from 4 to 5 + ## [0.4.17](https://github.com/Nullus157/async-compression/compare/v0.4.16...v0.4.17) - 2024-10-20 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index fbf3f11..b4f056b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.17" +version = "0.4.18" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" license = "MIT OR Apache-2.0" From e238a8b113a181a38a8a369faeb6630429b83937 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Sat, 23 Nov 2024 12:31:23 +0000 Subject: [PATCH 2/2] docs: update changelog Signed-off-by: Rob Ede --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be770fb..dc0545e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## [0.4.18](https://github.com/Nullus157/async-compression/compare/v0.4.17...v0.4.18) - 2024-11-23 -### Other +### Fixed -- Adjust `Level::Precise` clamp range for flate2 -- *(deps)* bump codecov/codecov-action from 4 to 5 +- Adjust `Level::Precise` clamp range for flate2. ## [0.4.17](https://github.com/Nullus157/async-compression/compare/v0.4.16...v0.4.17) - 2024-10-20