diff --git a/CHANGELOG.md b/CHANGELOG.md index 54f1cae8..919c26d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [4.5.10] - 2024-07-23 + ## [4.5.9] - 2024-07-09 ### Fixes @@ -4593,7 +4595,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.5.9...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/v4.5.10...HEAD +[4.5.10]: https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10 [4.5.9]: https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9 [4.5.8]: https://github.com/clap-rs/clap/compare/v4.5.7...v4.5.8 [4.5.7]: https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7 diff --git a/CITATION.cff b/CITATION.cff index f31876ed..a836eda7 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-07-09 -version: 4.5.9 +date-released: 2024-07-23 +version: 4.5.10 # Project information. abstract: A full featured, fast Command Line Argument Parser for Rust diff --git a/Cargo.lock b/Cargo.lock index 3632d880..2f875112 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -402,9 +402,18 @@ dependencies = [ [[package]] name = "clap" version = "4.5.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" +dependencies = [ + "clap_builder 4.5.9", +] + +[[package]] +name = "clap" +version = "4.5.10" dependencies = [ "automod", - "clap_builder 4.5.9", + "clap_builder 4.5.10", "clap_derive", "humantime", "rustversion", @@ -414,41 +423,15 @@ dependencies = [ "trycmd", ] -[[package]] -name = "clap" -version = "4.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462" -dependencies = [ - "clap_builder 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "clap_bench" version = "0.0.0" dependencies = [ - "clap 4.5.9", + "clap 4.5.10", "divan", "lazy_static", ] -[[package]] -name = "clap_builder" -version = "4.5.9" -dependencies = [ - "anstream", - "anstyle", - "backtrace", - "clap_lex 0.7.1", - "color-print", - "static_assertions", - "strsim", - "terminal_size 0.3.0", - "unic-emoji-char", - "unicase", - "unicode-width", -] - [[package]] name = "clap_builder" version = "4.5.9" @@ -462,12 +445,29 @@ dependencies = [ "terminal_size 0.3.0", ] +[[package]] +name = "clap_builder" +version = "4.5.10" +dependencies = [ + "anstream", + "anstyle", + "backtrace", + "clap_lex 0.7.1", + "color-print", + "static_assertions", + "strsim", + "terminal_size 0.3.0", + "unic-emoji-char", + "unicase", + "unicode-width", +] + [[package]] name = "clap_complete" version = "4.5.8" dependencies = [ "automod", - "clap 4.5.9", + "clap 4.5.10", "clap_lex 0.7.1", "completest", "completest-pty", @@ -483,7 +483,7 @@ dependencies = [ name = "clap_complete_fig" version = "4.5.1" dependencies = [ - "clap 4.5.9", + "clap 4.5.10", "clap_complete", "snapbox", ] @@ -492,7 +492,7 @@ dependencies = [ name = "clap_complete_nushell" version = "4.5.2" dependencies = [ - "clap 4.5.9", + "clap 4.5.10", "clap_complete", "completest", "completest-nu", @@ -527,7 +527,7 @@ name = "clap_mangen" version = "0.2.22" dependencies = [ "automod", - "clap 4.5.9", + "clap 4.5.10", "roff", "snapbox", ] @@ -834,7 +834,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0d567df2c9c2870a43f3f2bd65aaeb18dbce1c18f217c3e564b4fbaeb3ee56c" dependencies = [ "cfg-if", - "clap 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.5.9", "condtype", "divan-macros", "libc", @@ -3520,7 +3520,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c8e090cfcfa51cb224d247e05938d25718a7203c6f8c0f0de7b3b031d99dcea" dependencies = [ - "clap 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.5.9", "filetime", "indicatif", "libc", @@ -3536,7 +3536,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbf657c9e738d16ebc5c161a611ff25327c1fb599645afb2831062efb23c851" dependencies = [ - "clap 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.5.9", "uucore", ] @@ -3546,7 +3546,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "154531208d9ec160629bf9545a56ad9df38e964e547e0a17ee9d75aeec9831cb" dependencies = [ - "clap 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.5.9", "rand", "tempfile", "uucore", @@ -3558,7 +3558,7 @@ version = "0.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70589dc3b41f34cbfe1fb22b8f20fcac233fa4565409905f12dd06780b18374d" dependencies = [ - "clap 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.5.9", "libc", "uucore", "windows-sys 0.48.0", @@ -3570,7 +3570,7 @@ version = "0.0.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b54aad02cf7e96f5fafabb6b836efa73eef934783b17530095a29ffd4fdc154" dependencies = [ - "clap 4.5.9 (registry+https://github.com/rust-lang/crates.io-index)", + "clap 4.5.9", "dunce", "glob", "libc", diff --git a/Cargo.toml b/Cargo.toml index b9dc7b98..66949e11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ blocks_in_conditions = "allow" [package] name = "clap" -version = "4.5.9" +version = "4.5.10" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" categories = ["command-line-interface"] keywords = [ @@ -176,7 +176,7 @@ unstable-styles = ["clap_builder/unstable-styles"] bench = false [dependencies] -clap_builder = { path = "./clap_builder", version = "=4.5.9", default-features = false } +clap_builder = { path = "./clap_builder", version = "=4.5.10", default-features = false } clap_derive = { path = "./clap_derive", version = "=4.5.8", optional = true } [dev-dependencies] diff --git a/clap_builder/Cargo.toml b/clap_builder/Cargo.toml index c022552f..6e2c3df1 100644 --- a/clap_builder/Cargo.toml +++ b/clap_builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_builder" -version = "4.5.9" +version = "4.5.10" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" categories = ["command-line-interface"] keywords = [ diff --git a/src/lib.rs b/src/lib.rs index 987d67f8..d18d21d2 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.5.9/CHANGELOG.md) (includes major version migration +//! - [CHANGELOG](https://github.com/clap-rs/clap/blob/v4.5.10/CHANGELOG.md) (includes major version migration //! guides) //! //! ## Aspirations