From 45d31429eb6802e0d0132253f3147bde9764949d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:15:02 +0000 Subject: [PATCH] chore(async-compression): release v0.4.41 --- crates/async-compression/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/async-compression/CHANGELOG.md b/crates/async-compression/CHANGELOG.md index 50ae070c..4110e456 100644 --- a/crates/async-compression/CHANGELOG.md +++ b/crates/async-compression/CHANGELOG.md @@ -46,6 +46,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## [0.4.41](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.4.41) - 2026-02-25 +### Other + +- *(async-compression)* release v0.4.41 ([#458](https://github.com/Nullus157/async-compression/pull/458)) +- Fix UnwindSafe auto impl ([#459](https://github.com/Nullus157/async-compression/pull/459)) +- On error the encoder/decoder now emit everything it was able to decode. ([#454](https://github.com/Nullus157/async-compression/pull/454)) + +## [0.4.41](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.4.41) - 2026-02-25 + ### Fixed - On error the encoder/decoder now emit everything it was able to decode. ([#454](https://github.com/Nullus157/async-compression/pull/454))