diff --git a/CHANGELOG.md b/CHANGELOG.md index be8b6f97079..53c801a4298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [4.4.4] - 2023-09-18 + ### Internal - Update `terminal_size` to 0.3 @@ -4442,7 +4444,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/v4.4.3...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.4...HEAD +[4.4.4]: https://github.com/clap-rs/clap/compare/v4.4.3...v4.4.4 [4.4.3]: https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3 [4.4.2]: https://github.com/clap-rs/clap/compare/v4.4.1...v4.4.2 [4.4.1]: https://github.com/clap-rs/clap/compare/v4.4.0...v4.4.1 diff --git a/CITATION.cff b/CITATION.cff index 999977034e7..9c756e0f8d2 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,8 +3,8 @@ cff-version: 1.2.0 message: Please cite this crate using these information. # Version information. -date-released: 2023-09-12 -version: 4.4.3 +date-released: 2023-09-18 +version: 4.4.4 # Project information. abstract: A full featured, fast Command Line Argument Parser for Rust diff --git a/Cargo.lock b/Cargo.lock index ed8058d5dae..71c60857cee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -478,9 +478,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.3" +version = "4.4.4" dependencies = [ - "clap_builder 4.4.2", + "clap_builder 4.4.4", "clap_derive", "humantime", "rustversion", @@ -496,7 +496,7 @@ dependencies = [ name = "clap_bench" version = "0.0.0" dependencies = [ - "clap 4.4.3", + "clap 4.4.4", "criterion", "lazy_static", ] @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.2" +version = "4.4.4" dependencies = [ "anstream", "anstyle", @@ -539,7 +539,7 @@ dependencies = [ name = "clap_complete" version = "4.4.1" dependencies = [ - "clap 4.4.3", + "clap 4.4.4", "clap_lex 0.5.1", "completest", "is_executable", @@ -552,9 +552,9 @@ dependencies = [ [[package]] name = "clap_complete_fig" -version = "4.4.0" +version = "4.4.1" dependencies = [ - "clap 4.4.3", + "clap 4.4.4", "clap_complete", "snapbox", ] @@ -563,7 +563,7 @@ dependencies = [ name = "clap_complete_nushell" version = "4.4.1" dependencies = [ - "clap 4.4.3", + "clap 4.4.4", "clap_complete", "completest", "snapbox", @@ -591,9 +591,9 @@ version = "0.5.1" [[package]] name = "clap_mangen" -version = "0.2.13" +version = "0.2.14" dependencies = [ - "clap 4.4.3", + "clap 4.4.4", "roff", "snapbox", ] diff --git a/Cargo.toml b/Cargo.toml index 49684d13593..dca6796a511 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ include = [ [package] name = "clap" -version = "4.4.3" +version = "4.4.4" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" repository = "https://github.com/clap-rs/clap" categories = ["command-line-interface"] @@ -101,7 +101,7 @@ unstable-styles = ["clap_builder/unstable-styles"] bench = false [dependencies] -clap_builder = { path = "./clap_builder", version = "=4.4.2", default-features = false } +clap_builder = { path = "./clap_builder", version = "=4.4.4", default-features = false } clap_derive = { path = "./clap_derive", version = "=4.4.2", optional = true } [dev-dependencies] diff --git a/clap_builder/Cargo.toml b/clap_builder/Cargo.toml index dfd20507313..23537e841f4 100644 --- a/clap_builder/Cargo.toml +++ b/clap_builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_builder" -version = "4.4.2" +version = "4.4.4" 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_fig/CHANGELOG.md b/clap_complete_fig/CHANGELOG.md index 29ea3114b2d..0d20ae21c72 100644 --- a/clap_complete_fig/CHANGELOG.md +++ b/clap_complete_fig/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [4.4.1] - 2023-09-18 + ## [4.4.0] - 2023-08-24 ### Compatibility @@ -79,7 +81,8 @@ MSRV changed to 1.64.0 ## [3.0.1] - 2022-01-03 -[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.0...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.1...HEAD +[4.4.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.4.0...clap_complete_fig-v4.4.1 [4.4.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.1...clap_complete_fig-v4.4.0 [4.3.1]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.3.0...clap_complete_fig-v4.3.1 [4.3.0]: https://github.com/clap-rs/clap/compare/clap_complete_fig-v4.2.0...clap_complete_fig-v4.3.0 diff --git a/clap_complete_fig/Cargo.toml b/clap_complete_fig/Cargo.toml index eb2d2f36c7e..6af171119ba 100644 --- a/clap_complete_fig/Cargo.toml +++ b/clap_complete_fig/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_complete_fig" -version = "4.4.0" +version = "4.4.1" description = "A generator library used with clap for Fig completion scripts" repository = "https://github.com/clap-rs/clap/tree/master/clap_complete_fig" categories = ["command-line-interface"] diff --git a/clap_mangen/CHANGELOG.md b/clap_mangen/CHANGELOG.md index 53b137f706a..a5762b75257 100644 --- a/clap_mangen/CHANGELOG.md +++ b/clap_mangen/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.2.14] - 2023-09-18 + ## [0.2.13] - 2023-08-24 ### Compatibility @@ -92,7 +94,8 @@ MSRV changed to 1.64.0 - Expanded the documentation -[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.13...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.14...HEAD +[0.2.14]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.13...clap_mangen-v0.2.14 [0.2.13]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.12...clap_mangen-v0.2.13 [0.2.12]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.11...clap_mangen-v0.2.12 [0.2.11]: https://github.com/clap-rs/clap/compare/clap_mangen-v0.2.10...clap_mangen-v0.2.11 diff --git a/clap_mangen/Cargo.toml b/clap_mangen/Cargo.toml index 4efff4a0e8d..2c4b9170e94 100644 --- a/clap_mangen/Cargo.toml +++ b/clap_mangen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_mangen" -version = "0.2.13" +version = "0.2.14" description = "A manpage generator for clap" repository = "https://github.com/clap-rs/clap/tree/master/clap_mangen" categories = ["command-line-interface"] diff --git a/clap_mangen/README.md b/clap_mangen/README.md index bb9c1fc4cac..c833b6f7ec4 100644 --- a/clap_mangen/README.md +++ b/clap_mangen/README.md @@ -5,16 +5,16 @@ [![Crates.io](https://img.shields.io/crates/v/clap_mangen?style=flat-square)](https://crates.io/crates/clap_mangen) [![Crates.io](https://img.shields.io/crates/d/clap_mangen?style=flat-square)](https://crates.io/crates/clap_mangen) -[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.13/LICENSE-APACHE) -[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.13/LICENSE-MIT) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.14/LICENSE-APACHE) +[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.14/LICENSE-MIT) Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 1. [About](#about) 2. [API Reference](https://docs.rs/clap_mangen) 3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) -4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.13/clap_mangen/CONTRIBUTING.md) -5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.13/README.md#sponsors) +4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.14/clap_mangen/CONTRIBUTING.md) +5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_mangen-v0.2.14/README.md#sponsors) ## About