Skip to content

Commit b96cbaf

Browse files
committed
chore: Release
1 parent 174f12c commit b96cbaf

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
<!-- next-header -->
2121
## [Unreleased] - ReleaseDate
2222

23+
## [4.3.20] - 2023-08-08
24+
2325
### Features
2426

2527
- Expose `TryMapValueParser` so the type can be named
@@ -4388,7 +4390,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
43884390
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
43894391

43904392
<!-- next-url -->
4391-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.19...HEAD
4393+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.20...HEAD
4394+
[4.3.20]: https://github.com/clap-rs/clap/compare/v4.3.19...v4.3.20
43924395
[4.3.19]: https://github.com/clap-rs/clap/compare/v4.3.18...v4.3.19
43934396
[4.3.18]: https://github.com/clap-rs/clap/compare/v4.3.17...v4.3.18
43944397
[4.3.17]: https://github.com/clap-rs/clap/compare/v4.3.16...v4.3.17

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cff-version: 1.2.0
33
message: Please cite this crate using these information.
44

55
# Version information.
6-
date-released: 2023-07-21
7-
version: 4.3.19
6+
date-released: 2023-08-08
7+
version: 4.3.20
88

99
# Project information.
1010
abstract: A full featured, fast Command Line Argument Parser for Rust

Cargo.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.3.19"
30+
version = "4.3.20"
3131
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
3232
repository = "https://github.com/clap-rs/clap"
3333
categories = ["command-line-interface"]
@@ -101,7 +101,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
101101
bench = false
102102

103103
[dependencies]
104-
clap_builder = { path = "./clap_builder", version = "=4.3.19", default-features = false }
104+
clap_builder = { path = "./clap_builder", version = "=4.3.20", default-features = false }
105105
clap_derive = { path = "./clap_derive", version = "=4.3.12", optional = true }
106106
once_cell = { version = "1.12.0", optional = true }
107107

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.3.19"
3+
version = "4.3.20"
44
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
55
repository = "https://github.com/clap-rs/clap"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)