Skip to content

Commit fcd9e87

Browse files
chore(async-compression): release v0.4.31 (#386)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4ebce39 commit fcd9e87

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.31](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.30...async-compression-v0.4.31) - 2025-09-25
48+
49+
### Other
50+
51+
- Flush compressed data out of encoders more often ([#383](https://github.com/Nullus157/async-compression/pull/383))
52+
4753
## [0.4.27](https://github.com/Nullus157/async-compression/compare/v0.4.26...v0.4.27) - 2025-07-13
4854

4955
### Fixed

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.30"
3+
version = "0.4.31"
44
description = """
55
Adaptors between compression crates and Rust's modern asynchronous IO types.
66
"""

0 commit comments

Comments
 (0)