Skip to content

Commit 59bb9f2

Browse files
chore: release (#439)
## πŸ€– New release * `compression-codecs`: 0.4.35 -> 0.4.36 (βœ“ API compatible changes) * `async-compression`: 0.4.36 -> 0.4.37 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> ## `compression-codecs` <blockquote> ## [0.4.36](compression-codecs-v0.4.35...compression-codecs-v0.4.36) - 2026-01-10 ### Other - Set async-compression msrv ([#440](#440)) </blockquote> ## `async-compression` <blockquote> ## [0.4.37](async-compression-v0.4.36...async-compression-v0.4.37) - 2026-01-10 ### Other - Set async-compression msrv ([#440](#440)) - Fix BufWriter::flush_buf: propagate error before reset ([#438](#438)) - Switch futures_core::ready to standard library api ([#436](#436)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3705127 commit 59bb9f2

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
rust-version = "1.83"
1212

1313
[workspace.dependencies]
14-
compression-codecs = { version = "0.4.35", path = "crates/compression-codecs" }
14+
compression-codecs = { version = "0.4.36", path = "crates/compression-codecs" }
1515
compression-core = { version = "0.4.31", path = "crates/compression-core" }
1616
pin-project-lite = "0.2"
1717

β€Žcrates/async-compression/CHANGELOG.mdβ€Ž

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

4545
## Unreleased
4646

47+
## [0.4.37](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.36...async-compression-v0.4.37) - 2026-01-10
48+
49+
### Other
50+
51+
- Set async-compression msrv ([#440](https://github.com/Nullus157/async-compression/pull/440))
52+
- Fix BufWriter::flush_buf: propagate error before reset ([#438](https://github.com/Nullus157/async-compression/pull/438))
53+
- Switch futures_core::ready to standard library api ([#436](https://github.com/Nullus157/async-compression/pull/436))
54+
4755
## [0.4.36](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.35...async-compression-v0.4.36) - 2025-12-11
4856

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

β€Žcrates/compression-codecs/CHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.4.36](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.35...compression-codecs-v0.4.36) - 2026-01-10
11+
12+
### Other
13+
14+
- Set async-compression msrv ([#440](https://github.com/Nullus157/async-compression/pull/440))
15+
1016
## [0.4.35](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.34...compression-codecs-v0.4.35) - 2025-12-11
1117

1218
### Other

β€Žcrates/compression-codecs/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compression-codecs"
3-
version = "0.4.35"
3+
version = "0.4.36"
44
description = """
55
Adaptors for various compression algorithms.
66
"""

0 commit comments

Comments
Β (0)