Skip to content

Commit beb5c6b

Browse files
authored
Merge pull request #334 from Nullus157/release-plz-2025-03-14T09-41-05Z
chore: release v0.4.21
2 parents 6e68abe + f16d42f commit beb5c6b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.4.21](https://github.com/Nullus157/async-compression/compare/v0.4.20...v0.4.21) - 2025-03-15
10+
11+
### Fixed
12+
13+
- When flate encoding, do not mark internal state as flushed if it ran out of buffer space.
14+
- Add debug assertion in `produce` method to check buffer capacity in implementations for `BufWriter`.
15+
916
## [0.4.20](https://github.com/Nullus157/async-compression/compare/v0.4.19...v0.4.20) - 2025-02-28
1017

1118
### Added

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.20"
3+
version = "0.4.21"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
resolver = "2"

0 commit comments

Comments
 (0)