diff --git a/Cargo.lock b/Cargo.lock index 297738f..16fb481 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -793,7 +793,7 @@ dependencies = [ [[package]] name = "rc-zip-cli" -version = "1.0.0" +version = "1.0.1" dependencies = [ "cfg-if", "clap", diff --git a/rc-zip-cli/CHANGELOG.md b/rc-zip-cli/CHANGELOG.md index 6ca7a81..5427f29 100644 --- a/rc-zip-cli/CHANGELOG.md +++ b/rc-zip-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.1](https://github.com/bearcove/rc-zip/compare/rc-zip-cli-v1.0.0...rc-zip-cli-v1.0.1) - 2024-10-08 + +### Other + +- release ([#87](https://github.com/bearcove/rc-zip/pull/87)) + ## [1.0.0](https://github.com/bearcove/rc-zip/releases/tag/rc-zip-cli-v1.0.0) - 2024-10-08 ### Other diff --git a/rc-zip-cli/Cargo.toml b/rc-zip-cli/Cargo.toml index a271f7f..02357c7 100644 --- a/rc-zip-cli/Cargo.toml +++ b/rc-zip-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rc-zip-cli" -version = "1.0.0" +version = "1.0.1" description = "A sample zip decompressor based on rc-zip" license = "Apache-2.0 OR MIT" authors = ["Amos Wenger "]