Skip to content

Commit 269174b

Browse files
chore(async-compression): release v0.4.41 (#458)
## πŸ€– New release * `async-compression`: 0.4.40 -> 0.4.41 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.41](async-compression-v0.4.40...async-compression-v0.4.41) - 2026-02-25 ### Other - Fix UnwindSafe auto impl ([#459](#459)) - On error the encoder/decoder now emit everything it was able to decode. ([#454](#454)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). --------- Signed-off-by: Rob Ede <robjtede@icloud.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <robjtede@icloud.com>
1 parent 37e366b commit 269174b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

β€Žcrates/async-compression/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
4444

4545
## Unreleased
4646

47+
## [0.4.41](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.4.41) - 2026-02-25
48+
49+
### Fixed
50+
51+
- On error the encoder/decoder now emit everything it was able to decode. ([#454](https://github.com/Nullus157/async-compression/pull/454))
52+
4753
## [0.4.40](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.39...async-compression-v0.4.40) - 2026-02-18
4854

4955
### Other

β€Žcrates/async-compression/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-compression"
3-
version = "0.4.40"
3+
version = "0.4.41"
44
description = """
55
Adaptors between compression crates and Rust's modern asynchronous IO types.
66
"""

0 commit comments

Comments
Β (0)