From 337a9e089b6f15ab3c98a060af55b09dab925ea6 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 29 Sep 2022 09:27:13 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd6049c317..2ace17b15e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [4.0.3] - 2022-09-29 + ### Fixes - *(error)* Quote literals consistently @@ -3866,7 +3868,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.0.2...HEAD +[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.3...HEAD +[4.0.3]: https://github.com/clap-rs/clap/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/clap-rs/clap/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/clap-rs/clap/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/clap-rs/clap/compare/v3.2.18...v4.0.0 diff --git a/Cargo.lock b/Cargo.lock index 3baa524eb84..c5c5554211a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.2" +version = "4.0.3" dependencies = [ "atty", "backtrace", @@ -137,7 +137,7 @@ dependencies = [ name = "clap_bench" version = "0.0.0" dependencies = [ - "clap 4.0.2", + "clap 4.0.3", "criterion", "lazy_static", ] @@ -146,7 +146,7 @@ dependencies = [ name = "clap_complete" version = "4.0.1" dependencies = [ - "clap 4.0.2", + "clap 4.0.3", "clap_lex", "is_executable", "os_str_bytes", @@ -161,7 +161,7 @@ dependencies = [ name = "clap_complete_fig" version = "4.0.0" dependencies = [ - "clap 4.0.2", + "clap 4.0.3", "clap_complete", "snapbox", ] @@ -188,7 +188,7 @@ dependencies = [ name = "clap_mangen" version = "0.2.1" dependencies = [ - "clap 4.0.2", + "clap 4.0.3", "roff", "snapbox", ] diff --git a/Cargo.toml b/Cargo.toml index d19f680bd55..f11918d79e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ [package] name = "clap" -version = "4.0.2" +version = "4.0.3" description = "A simple to use, efficient, and full-featured Command Line Argument Parser" repository = "https://github.com/clap-rs/clap" categories = ["command-line-interface"]