Skip to content

Commit 489a039

Browse files
chore(async-compression): release v0.5.0
1 parent c39c621 commit 489a039

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.5.0](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.5.0) - 2026-02-24
48+
49+
### Other
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.5.0"
44
description = """
55
Adaptors between compression crates and Rust's modern asynchronous IO types.
66
"""

0 commit comments

Comments
 (0)