Skip to content

Commit bc4eccd

Browse files
authored
Merge pull request #328 from Nullus157/release-plz-2025-02-27T13-48-30Z
chore: release v0.4.19
2 parents e67aba9 + 12e6ef6 commit bc4eccd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

77
## Unreleased
88

9+
## [0.4.19](https://github.com/Nullus157/async-compression/compare/v0.4.18...v0.4.19) - 2025-02-27
10+
11+
### Changed
12+
13+
- Update `bzip2` dependency to `0.5`.
14+
15+
### Fixed
16+
17+
- Ensure that flush finishes before continuing.
18+
919
## [0.4.18](https://github.com/Nullus157/async-compression/compare/v0.4.17...v0.4.18) - 2024-11-23
1020

1121
### Fixed

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.18"
3+
version = "0.4.19"
44
authors = ["Wim Looman <[email protected]>", "Allen Bui <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)