Skip to content

Commit fb8bda0

Browse files
releases
1 parent 07c99ee commit fb8bda0

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rc-zip-cli/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+
## [1.1.3](https://github.com/bearcove/rc-zip/compare/rc-zip-cli-v1.1.2...rc-zip-cli-v1.1.3) - 2025-04-18
11+
12+
### Other
13+
14+
- updated the following local packages: rc-zip-sync
15+
1016
## [1.1.2](https://github.com/bearcove/rc-zip/compare/rc-zip-cli-v1.1.1...rc-zip-cli-v1.1.2) - 2025-03-02
1117

1218
### Other

rc-zip-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rc-zip-cli"
3-
version = "1.1.2"
3+
version = "1.1.3"
44
description = "A sample zip decompressor based on rc-zip"
55
license = "Apache-2.0 OR MIT"
66
authors = ["Amos Wenger <[email protected]>"]
@@ -20,7 +20,7 @@ path = "src/main.rs"
2020

2121
[dependencies]
2222
rc-zip = { version = "5.3.1", path = "../rc-zip", features = ["corpus"] }
23-
rc-zip-sync = { version = "4.2.6", path = "../rc-zip-sync", features = [
23+
rc-zip-sync = { version = "4.3.0", path = "../rc-zip-sync", features = [
2424
"bzip2",
2525
"deflate64",
2626
"lzma",

rc-zip-sync/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.3.0](https://github.com/bearcove/rc-zip/compare/rc-zip-sync-v4.2.6...rc-zip-sync-v4.3.0) - 2025-04-18
10+
11+
### Added
12+
13+
- *(rc-zip-sync)* make EntryReader public
14+
915
## [4.2.6](https://github.com/bearcove/rc-zip/compare/rc-zip-sync-v4.2.5...rc-zip-sync-v4.2.6) - 2025-03-02
1016

1117
### Other

rc-zip-sync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rc-zip-sync"
3-
version = "4.2.6"
3+
version = "4.3.0"
44
description = "Synchronous zip reading on top of rc-zip"
55
repository = "https://github.com/fasterthanlime/rc-zip"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)