From 6d27fe546f16be48c94568a2ff667edf92b646d9 Mon Sep 17 00:00:00 2001 From: Amos Wenger Date: Tue, 8 Oct 2024 18:40:12 +0200 Subject: [PATCH] chore: release (#89) --- Cargo.lock | 2 +- rc-zip-cli/CHANGELOG.md | 6 ++++++ rc-zip-cli/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 "]