Skip to content

Commit 652145d

Browse files
chore: release v0.4.29
1 parent 905b484 commit 652145d

File tree

7 files changed

+24
-5
lines changed

7 files changed

+24
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ categories = ["compression", "asynchronous"]
1010
edition = "2018"
1111

1212
[workspace.dependencies]
13-
compression-codecs = { version = "0.4.28", path = "crates/compression-codecs" }
14-
compression-core = { version = "0.4.28", path = "crates/compression-core" }
13+
compression-codecs = { version = "0.4.29", path = "crates/compression-codecs" }
14+
compression-core = { version = "0.4.29", path = "crates/compression-core" }
1515
futures-core = { version = "0.3", default-features = false }
1616
memchr = "2"
1717
pin-project-lite = "0.2"

crates/async-compression/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.29](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.28...async-compression-v0.4.29) - 2025-08-27
11+
12+
### Other
13+
14+
- move async-compression to crates/ ([#379](https://github.com/Nullus157/async-compression/pull/379))
15+
1016
## [0.4.28](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.27...async-compression-v0.4.28) - 2025-08-23
1117

1218
### 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.28"
3+
version = "0.4.29"
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.29](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.28...compression-codecs-v0.4.29) - 2025-08-27
11+
12+
### Other
13+
14+
- move async-compression to crates/ ([#379](https://github.com/Nullus157/async-compression/pull/379))
15+
1016
## [0.4.28](https://github.com/Nullus157/async-compression/compare/compression-codecs-v0.4.27...compression-codecs-v0.4.28) - 2025-08-23
1117

1218
### Fixed

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.28"
3+
version = "0.4.29"
44
description = """
55
Adaptors for various compression algorithms.
66
"""

crates/compression-core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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.29](https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.28...compression-core-v0.4.29) - 2025-08-27
11+
12+
### Other
13+
14+
- move async-compression to crates/ ([#379](https://github.com/Nullus157/async-compression/pull/379))
15+
- Refactor compression_core::util ([#373](https://github.com/Nullus157/async-compression/pull/373))
16+
1017
## [0.4.28](https://github.com/Nullus157/async-compression/compare/compression-core-v0.4.27...compression-core-v0.4.28) - 2025-08-23
1118

1219
### Fixed

crates/compression-core/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-core"
3-
version = "0.4.28"
3+
version = "0.4.29"
44
description = """
55
Abstractions for compression algorithms.
66
"""

0 commit comments

Comments
 (0)