From 0134f45ff0e2e2be8c451565e4fbf5d3cb7b7cfd Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 16 Jan 2024 14:28:07 -0600 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 +++- CITATION.cff | 4 +-- Cargo.lock | 62 ++++++++++++++++++++--------------------- Cargo.toml | 4 +-- clap_builder/Cargo.toml | 2 +- src/lib.rs | 2 +- 6 files changed, 41 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e93633a59e8..b784351005c 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.18] - 2024-01-16 + ### Fixes - *(error)* When lacking `usage` feature, ensure the list of required arguments is unique @@ -4535,7 +4537,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.17...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/v4.4.18...HEAD +[4.4.18]: https://github.com/clap-rs/clap/compare/v4.4.17...v4.4.18 [4.4.17]: https://github.com/clap-rs/clap/compare/v4.4.16...v4.4.17 [4.4.16]: https://github.com/clap-rs/clap/compare/v4.4.15...v4.4.16 [4.4.15]: https://github.com/clap-rs/clap/compare/v4.4.14...v4.4.15 diff --git a/CITATION.cff b/CITATION.cff index c24113f2cbb..2ad91b8d989 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: 2024-01-15 -version: 4.4.17 +date-released: 2024-01-16 +version: 4.4.18 # Project information. abstract: A full featured, fast Command Line Argument Parser for Rust diff --git a/Cargo.lock b/Cargo.lock index 1ae06097361..c7215b3645d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,8 +439,17 @@ dependencies = [ [[package]] name = "clap" version = "4.4.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" dependencies = [ "clap_builder 4.4.17", +] + +[[package]] +name = "clap" +version = "4.4.18" +dependencies = [ + "clap_builder 4.4.18", "clap_derive", "humantime", "rustversion", @@ -450,20 +459,11 @@ dependencies = [ "trycmd", ] -[[package]] -name = "clap" -version = "4.4.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80932e03c33999b9235edb8655bc9df3204adc9887c2f95b50cb1deb9fd54253" -dependencies = [ - "clap_builder 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "clap_bench" version = "0.0.0" dependencies = [ - "clap 4.4.17", + "clap 4.4.18", "criterion", "lazy_static", ] @@ -471,38 +471,38 @@ dependencies = [ [[package]] name = "clap_builder" version = "4.4.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ "anstream", "anstyle", - "backtrace", - "clap_lex 0.6.0", - "color-print", - "static_assertions", + "clap_lex 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "strsim", "terminal_size 0.3.0", - "unic-emoji-char", - "unicase", - "unicode-width", ] [[package]] name = "clap_builder" -version = "4.4.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" +version = "4.4.18" dependencies = [ "anstream", "anstyle", - "clap_lex 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "backtrace", + "clap_lex 0.6.0", + "color-print", + "static_assertions", "strsim", "terminal_size 0.3.0", + "unic-emoji-char", + "unicase", + "unicode-width", ] [[package]] name = "clap_complete" version = "4.4.7" dependencies = [ - "clap 4.4.17", + "clap 4.4.18", "clap_lex 0.6.0", "completest", "completest-pty", @@ -518,7 +518,7 @@ dependencies = [ name = "clap_complete_fig" version = "4.4.2" dependencies = [ - "clap 4.4.17", + "clap 4.4.18", "clap_complete", "snapbox", ] @@ -527,7 +527,7 @@ dependencies = [ name = "clap_complete_nushell" version = "4.4.2" dependencies = [ - "clap 4.4.17", + "clap 4.4.18", "clap_complete", "completest", "completest-nu", @@ -558,7 +558,7 @@ checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" name = "clap_mangen" version = "0.2.17" dependencies = [ - "clap 4.4.17", + "clap 4.4.18", "roff", "snapbox", ] @@ -718,7 +718,7 @@ dependencies = [ "anes", "cast", "ciborium", - "clap 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.17", "criterion-plot", "is-terminal", "itertools 0.10.5", @@ -3666,7 +3666,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c8e090cfcfa51cb224d247e05938d25718a7203c6f8c0f0de7b3b031d99dcea" dependencies = [ - "clap 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.17", "filetime", "indicatif", "libc", @@ -3682,7 +3682,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbf657c9e738d16ebc5c161a611ff25327c1fb599645afb2831062efb23c851" dependencies = [ - "clap 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.17", "uucore", ] @@ -3692,7 +3692,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "154531208d9ec160629bf9545a56ad9df38e964e547e0a17ee9d75aeec9831cb" dependencies = [ - "clap 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.17", "rand", "tempfile", "uucore", @@ -3704,7 +3704,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70589dc3b41f34cbfe1fb22b8f20fcac233fa4565409905f12dd06780b18374d" dependencies = [ - "clap 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.17", "libc", "uucore", "windows-sys 0.48.0", @@ -3716,7 +3716,7 @@ version = "0.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4bea3522caab8af3fe1de1f27d9691e4ea159efe4d86d4e176306792163936a6" dependencies = [ - "clap 4.4.17 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.4.17", "dunce", "glob", "libc", diff --git a/Cargo.toml b/Cargo.toml index cf00ceb0f0d..7192e79e369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ include = [ [package] name = "clap" -version = "4.4.17" +version = "4.4.18" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" repository = "https://github.com/clap-rs/clap" categories = ["command-line-interface"] @@ -102,7 +102,7 @@ unstable-styles = ["clap_builder/unstable-styles"] bench = false [dependencies] -clap_builder = { path = "./clap_builder", version = "=4.4.17", default-features = false } +clap_builder = { path = "./clap_builder", version = "=4.4.18", default-features = false } clap_derive = { path = "./clap_derive", version = "=4.4.7", optional = true } [dev-dependencies] diff --git a/clap_builder/Cargo.toml b/clap_builder/Cargo.toml index 1736248f76a..9b3bf9ed442 100644 --- a/clap_builder/Cargo.toml +++ b/clap_builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_builder" -version = "4.4.17" +version = "4.4.18" 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/src/lib.rs b/src/lib.rs index f7c0ef3bc4a..9508cbd3d35 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,7 +11,7 @@ //! - [Cookbook][_cookbook] //! - [FAQ][_faq] //! - [Discussions](https://github.com/clap-rs/clap/discussions) -//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.4.17/CHANGELOG.md) (includes major version migration +//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.4.18/CHANGELOG.md) (includes major version migration //! guides) //! //! ## Aspirations