From a74cb56bdb5bdf5356901479213c01766cfa4c43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 15:36:24 +0000 Subject: [PATCH 1/3] chore: release v0.4.25 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d39175c..814d262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## Unreleased +## [0.4.25](https://github.com/Nullus157/async-compression/compare/v0.4.24...v0.4.25) - 2025-06-17 + +### Other + +- *(deps)* update bzip2 requirement from 0.5 to 0.6 ([#350](https://github.com/Nullus157/async-compression/pull/350)) + ## [0.4.24](https://github.com/Nullus157/async-compression/compare/v0.4.23...v0.4.24) - 2025-06-09 ### Other diff --git a/Cargo.toml b/Cargo.toml index 5ff5961..f6ff05e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-compression" -version = "0.4.24" +version = "0.4.25" authors = ["Wim Looman ", "Allen Bui "] edition = "2018" resolver = "2" From 797e55e7e217432e3c4c598e42c06079a43ca15f Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 17 Jun 2025 16:37:59 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md Signed-off-by: Rob Ede --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 814d262..e854951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## [0.4.25](https://github.com/Nullus157/async-compression/compare/v0.4.24...v0.4.25) - 2025-06-17 -### Other +### Changed -- *(deps)* update bzip2 requirement from 0.5 to 0.6 ([#350](https://github.com/Nullus157/async-compression/pull/350)) +- Update `bzip2` dependency from `0.6`. ([#350](https://github.com/Nullus157/async-compression/pull/350)) ## [0.4.24](https://github.com/Nullus157/async-compression/compare/v0.4.23...v0.4.24) - 2025-06-09 From c580c3866c43e8f96e1b967eb4be483e21e20edc Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 17 Jun 2025 16:38:10 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md Signed-off-by: Rob Ede --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e854951..f96ed1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Changed -- Update `bzip2` dependency from `0.6`. ([#350](https://github.com/Nullus157/async-compression/pull/350)) +- Update `bzip2` dependency to `0.6`. ([#350](https://github.com/Nullus157/async-compression/pull/350)) ## [0.4.24](https://github.com/Nullus157/async-compression/compare/v0.4.23...v0.4.24) - 2025-06-09