Skip to content

Commit d330931

Browse files
chore(async-compression): release v0.5.0
1 parent 37e366b commit d330931

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

crates/async-compression/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ 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+
### Other
50+
51+
- Fix UnwindSafe auto impl ([#459](https://github.com/Nullus157/async-compression/pull/459))
52+
- On error the encoder/decoder now emit everything it was able to decode. ([#454](https://github.com/Nullus157/async-compression/pull/454))
53+
4754
## [0.4.40](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.39...async-compression-v0.4.40) - 2026-02-18
4855

4956
### 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)