diff --git a/Cargo.lock b/Cargo.lock index fedd4ea..52c528b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -846,7 +846,7 @@ dependencies = [ [[package]] name = "rc-zip-sync" -version = "4.0.1" +version = "4.0.2" dependencies = [ "cfg-if", "chrono", @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "rc-zip-tokio" -version = "4.0.1" +version = "4.0.2" dependencies = [ "futures", "oval", diff --git a/rc-zip-sync/CHANGELOG.md b/rc-zip-sync/CHANGELOG.md index 58c9458..4f9d7df 100644 --- a/rc-zip-sync/CHANGELOG.md +++ b/rc-zip-sync/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.2](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-sync-v4.0.1...rc-zip-sync-v4.0.2) - 2024-03-12 + +### Other +- release ([#68](https://github.com/fasterthanlime/rc-zip/pull/68)) + ## [4.0.1](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-sync-v4.0.0...rc-zip-sync-v4.0.1) - 2024-03-12 ### Other diff --git a/rc-zip-sync/Cargo.toml b/rc-zip-sync/Cargo.toml index 8c71d72..32af6e5 100644 --- a/rc-zip-sync/Cargo.toml +++ b/rc-zip-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rc-zip-sync" -version = "4.0.1" +version = "4.0.2" description = "Synchronous zip reading on top of rc-zip" repository = "https://github.com/fasterthanlime/rc-zip" license = "Apache-2.0 OR MIT" diff --git a/rc-zip-tokio/CHANGELOG.md b/rc-zip-tokio/CHANGELOG.md index ef4436a..6f43f9a 100644 --- a/rc-zip-tokio/CHANGELOG.md +++ b/rc-zip-tokio/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.2](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-tokio-v4.0.1...rc-zip-tokio-v4.0.2) - 2024-03-12 + +### Other +- release ([#68](https://github.com/fasterthanlime/rc-zip/pull/68)) + ## [4.0.1](https://github.com/fasterthanlime/rc-zip/compare/rc-zip-tokio-v4.0.0...rc-zip-tokio-v4.0.1) - 2024-03-12 ### Other diff --git a/rc-zip-tokio/Cargo.toml b/rc-zip-tokio/Cargo.toml index 437485a..882e16c 100644 --- a/rc-zip-tokio/Cargo.toml +++ b/rc-zip-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rc-zip-tokio" -version = "4.0.1" +version = "4.0.2" description = "Asynchronous zip reading on top of rc-zip (for tokio I/O traits)" repository = "https://github.com/fasterthanlime/rc-zip" license = "Apache-2.0 OR MIT"