From b25bf636de8a7ba290e201630895a20dce7aa7da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Jul 2025 23:25:37 +0000 Subject: [PATCH 1/2] chore: release v0.4.27 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a966bd57..4ed0ab9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.27](https://github.com/Nullus157/async-compression/compare/v0.4.26...v0.4.27) - 2025-07-13 + +### Fixed + +- *(zstd)* fastest level now does compression ([#357](https://github.com/Nullus157/async-compression/pull/357)) + +### Other + +- fix changelog + ## [0.4.26](https://github.com/Nullus157/async-compression/compare/v0.4.25...v0.4.26) - 2025-07-13 ### Features diff --git a/Cargo.toml b/Cargo.toml index cf87b5db..3a1e3d8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.26" +version = "0.4.27" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2" From 5cb4d247852d6f8e3576acd9803aa45e94416ea8 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Mon, 14 Jul 2025 00:31:30 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Signed-off-by: Rob Ede --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ed0ab9f..bc21ce09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Fixed -- *(zstd)* fastest level now does compression ([#357](https://github.com/Nullus157/async-compression/pull/357)) - -### Other - -- fix changelog +- Zstd fastest level now does compression. ([#357](https://github.com/Nullus157/async-compression/pull/357)) ## [0.4.26](https://github.com/Nullus157/async-compression/compare/v0.4.25...v0.4.26) - 2025-07-13