From 7de2f36e6b82efafa0b3575f871ed2f262e123bc Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 12 Sep 2022 17:02:47 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- clap_complete/CHANGELOG.md | 5 ++++- clap_complete/Cargo.toml | 2 +- clap_complete/README.md | 8 ++++---- 6 files changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0d147807e..f15641c3125 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [3.2.21] - 2022-09-12 + ### Features - `TypedValueParser::map` to allow reusing existing value parsers for other purposes @@ -3550,7 +3552,8 @@ Minimum version of Rust is now v1.13.0 (Stable) * **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5)) -[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.20...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.21...HEAD +[3.2.21]: https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21 [3.2.20]: https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20 [3.2.19]: https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19 [3.2.18]: https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18 diff --git a/Cargo.lock b/Cargo.lock index b8dd099c918..e11b9b16427 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,7 +128,7 @@ dependencies = [ [[package]] name = "clap" -version = "3.2.20" +version = "3.2.21" dependencies = [ "atty", "backtrace", @@ -157,16 +157,16 @@ dependencies = [ name = "clap_bench" version = "0.0.0" dependencies = [ - "clap 3.2.20", + "clap 3.2.21", "criterion", "lazy_static", ] [[package]] name = "clap_complete" -version = "3.2.4" +version = "3.2.5" dependencies = [ - "clap 3.2.20", + "clap 3.2.21", "clap_lex", "is_executable", "os_str_bytes", @@ -182,7 +182,7 @@ dependencies = [ name = "clap_complete_fig" version = "3.2.4" dependencies = [ - "clap 3.2.20", + "clap 3.2.21", "clap_complete", "snapbox", ] @@ -209,7 +209,7 @@ dependencies = [ name = "clap_mangen" version = "0.1.11" dependencies = [ - "clap 3.2.20", + "clap 3.2.21", "roff", "snapbox", ] diff --git a/Cargo.toml b/Cargo.toml index bf73e7a0a6a..c2c46545cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ [package] name = "clap" -version = "3.2.20" +version = "3.2.21" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" repository = "https://github.com/clap-rs/clap" categories = ["command-line-interface"] diff --git a/clap_complete/CHANGELOG.md b/clap_complete/CHANGELOG.md index cf586f9b699..f1681697cb4 100644 --- a/clap_complete/CHANGELOG.md +++ b/clap_complete/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [3.2.5] - 2022-09-12 + ## [3.2.4] - 2022-08-12 ## [3.2.3] - 2022-06-28 @@ -69,7 +71,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [3.0.1] - 2022-01-03 -[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.4...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.5...HEAD +[3.2.5]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.4...clap_complete-v3.2.5 [3.2.4]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.3...clap_complete-v3.2.4 [3.2.3]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.2...clap_complete-v3.2.3 [3.2.2]: https://github.com/clap-rs/clap/compare/clap_complete-v3.2.1...clap_complete-v3.2.2 diff --git a/clap_complete/Cargo.toml b/clap_complete/Cargo.toml index 8b0da646fe7..c127d44f86c 100644 --- a/clap_complete/Cargo.toml +++ b/clap_complete/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_complete" -version = "3.2.4" +version = "3.2.5" description = "Generate shell completion scripts for your clap::Command" repository = "https://github.com/clap-rs/clap/tree/master/clap_complete" categories = ["command-line-interface"] diff --git a/clap_complete/README.md b/clap_complete/README.md index 8a5379c2746..ffb72a4bce4 100644 --- a/clap_complete/README.md +++ b/clap_complete/README.md @@ -5,16 +5,16 @@ [![Crates.io](https://img.shields.io/crates/v/clap_complete?style=flat-square)](https://crates.io/crates/clap_complete) [![Crates.io](https://img.shields.io/crates/d/clap_complete?style=flat-square)](https://crates.io/crates/clap_complete) -[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.4/LICENSE-APACHE) -[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.4/LICENSE-MIT) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5/LICENSE-APACHE) +[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5/LICENSE-MIT) Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 1. [About](#about) 2. [API Reference](https://docs.rs/clap_complete) 3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) -4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.4/clap_complete/CONTRIBUTING.md) -5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.4/README.md#sponsors) +4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5/clap_complete/CONTRIBUTING.md) +5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_complete-v3.2.5/README.md#sponsors) ## About