File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ edition = "2018"
1111rust-version = " 1.83"
1212
1313[workspace .dependencies ]
14- compression-codecs = { version = " 0.4.37 " , path = " crates/compression-codecs" }
15- compression-core = { version = " 0.4.31 " , path = " crates/compression-core" }
14+ compression-codecs = { version = " 0.4.38 " , path = " crates/compression-codecs" }
15+ compression-core = { version = " 0.4.32 " , path = " crates/compression-core" }
1616pin-project-lite = " 0.2"
1717
1818[workspace .lints .rust ]
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.4.42] ( https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.41...async-compression-v0.4.42 ) - 2026-04-21
11+
12+ ### Other
13+
14+ - Include license files in published crates ([ #467 ] ( https://github.com/Nullus157/async-compression/pull/467 ) )
15+ - Fix async-compression CHANGELOG ordering ([ #463 ] ( https://github.com/Nullus157/async-compression/pull/463 ) )
16+
1017## [ 0.4.41] ( https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.40...async-compression-v0.4.41 ) - 2026-02-25
1118
1219### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " async-compression"
3- version = " 0.4.41 "
3+ version = " 0.4.42 "
44description = """
55Adaptors between compression crates and Rust's modern asynchronous IO types.
66"""
Original file line number Diff line number Diff 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.38] ( https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.37...compression-codecs-v0.4.38 ) - 2026-04-21
11+
12+ ### Other
13+
14+ - Include license files in published crates ([ #467 ] ( https://github.com/Nullus157/async-compression/pull/467 ) )
15+
1016## [ 0.4.37] ( https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.36...compression-codecs-v0.4.37 ) - 2026-02-18
1117
1218### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " compression-codecs"
3- version = " 0.4.37 "
3+ version = " 0.4.38 "
44description = """
55Adaptors for various compression algorithms.
66"""
Original file line number Diff line number Diff 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.32] ( https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.31...compression-core-v0.4.32 ) - 2026-04-21
11+
12+ ### Other
13+
14+ - Include license files in published crates ([ #467 ] ( https://github.com/Nullus157/async-compression/pull/467 ) )
15+
1016## [ 0.4.31] ( https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.30...compression-core-v0.4.31 ) - 2025-11-21
1117
1218### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " compression-core"
3- version = " 0.4.31 "
3+ version = " 0.4.32 "
44description = """
55Abstractions for compression algorithms.
66"""
You canβt perform that action at this time.
0 commit comments