From 9ec6c942b81c370a8c14652e42295933244555ac Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 8 Feb 2024 10:33:13 -0600 Subject: [PATCH] chore: Release --- Cargo.lock | 12 ++++++------ clap_builder/Cargo.toml | 2 +- clap_complete/Cargo.toml | 2 +- clap_lex/CHANGELOG.md | 5 ++++- clap_lex/Cargo.toml | 2 +- clap_lex/README.md | 8 ++++---- 6 files changed, 17 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21fc942db9d..2cf36cd2be1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,7 +437,7 @@ checksum = "d6c0db58c659eef1c73e444d298c27322a1b52f6927d2ad470c0c0f96fa7b8fa" dependencies = [ "anstream", "anstyle", - "clap_lex 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "clap_lex 0.6.0", "strsim 0.10.0", "terminal_size 0.3.0", ] @@ -449,7 +449,7 @@ dependencies = [ "anstream", "anstyle", "backtrace", - "clap_lex 0.6.0", + "clap_lex 0.7.0", "color-print", "static_assertions", "strsim 0.11.0", @@ -464,7 +464,7 @@ name = "clap_complete" version = "4.4.10" dependencies = [ "clap 4.4.18", - "clap_lex 0.6.0", + "clap_lex 0.7.0", "completest", "completest-pty", "is_executable", @@ -508,12 +508,12 @@ dependencies = [ [[package]] name = "clap_lex" version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "clap_lex" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +version = "0.7.0" [[package]] name = "clap_mangen" diff --git a/clap_builder/Cargo.toml b/clap_builder/Cargo.toml index cc0b8814ba1..a0de61ea8cd 100644 --- a/clap_builder/Cargo.toml +++ b/clap_builder/Cargo.toml @@ -58,7 +58,7 @@ unstable-styles = ["color"] bench = false [dependencies] -clap_lex = { path = "../clap_lex", version = "0.6.0" } +clap_lex = { path = "../clap_lex", version = "0.7.0" } unicase = { version = "2.6.0", optional = true } strsim = { version = "0.11.0", optional = true } anstream = { version = "0.6.7", optional = true } diff --git a/clap_complete/Cargo.toml b/clap_complete/Cargo.toml index c52429e7f9b..7e6c34e17da 100644 --- a/clap_complete/Cargo.toml +++ b/clap_complete/Cargo.toml @@ -35,7 +35,7 @@ bench = false [dependencies] clap = { path = "../", version = "4.1.0", default-features = false, features = ["std"] } -clap_lex = { path = "../clap_lex", version = "0.6.0", optional = true } +clap_lex = { path = "../clap_lex", version = "0.7.0", optional = true } is_executable = { version = "1.0.1", optional = true } pathdiff = { version = "0.2.1", optional = true } shlex = { version = "1.1.0", optional = true } diff --git a/clap_lex/CHANGELOG.md b/clap_lex/CHANGELOG.md index 59cb100154e..a7d81a3b0f9 100644 --- a/clap_lex/CHANGELOG.md +++ b/clap_lex/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.7.0] - 2024-02-08 + ### Compatibility - Update MSRV to 1.74 @@ -101,7 +103,8 @@ MSRV changed to 1.64.0 - Drop `memchr` dependency -[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.6.0...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/clap_lex-v0.7.0...HEAD +[0.7.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.6.0...clap_lex-v0.7.0 [0.6.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.5.1...clap_lex-v0.6.0 [0.5.1]: https://github.com/clap-rs/clap/compare/clap_lex-v0.5.0...clap_lex-v0.5.1 [0.5.0]: https://github.com/clap-rs/clap/compare/clap_lex-v0.4.1...clap_lex-v0.5.0 diff --git a/clap_lex/Cargo.toml b/clap_lex/Cargo.toml index 1046e2f282a..268615c762f 100644 --- a/clap_lex/Cargo.toml +++ b/clap_lex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" description = "Minimal, flexible command line parser" repository = "https://github.com/clap-rs/clap/tree/master/clap_lex" categories = ["command-line-interface"] diff --git a/clap_lex/README.md b/clap_lex/README.md index 17a40c38de8..c5eb306db0d 100644 --- a/clap_lex/README.md +++ b/clap_lex/README.md @@ -5,15 +5,15 @@ [![Crates.io](https://img.shields.io/crates/v/clap_lex?style=flat-square)](https://crates.io/crates/clap_lex) [![Crates.io](https://img.shields.io/crates/d/clap_lex?style=flat-square)](https://crates.io/crates/clap_lex) -[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.6.0/LICENSE-APACHE) -[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.6.0/LICENSE-MIT) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.0/LICENSE-APACHE) +[![License](https://img.shields.io/badge/license-MIT-blue?style=flat-square)](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.0/LICENSE-MIT) Dual-licensed under [Apache 2.0](LICENSE-APACHE) or [MIT](LICENSE-MIT). 1. [About](#about) 2. [API Reference](https://docs.rs/clap_lex) 3. [Questions & Discussions](https://github.com/clap-rs/clap/discussions) -4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.6.0/clap_lex/CONTRIBUTING.md) -5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.6.0/README.md#sponsors) +4. [CONTRIBUTING](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.0/clap_lex/CONTRIBUTING.md) +5. [Sponsors](https://github.com/clap-rs/clap/blob/clap_lex-v0.7.0/README.md#sponsors) ## About