Skip to content

Commit ddcd13b

Browse files
committed
chore: Release
1 parent 9d35abc commit ddcd13b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ _gated behind `unstable-v4`_
3030
<!-- next-header -->
3131
## [Unreleased] - ReleaseDate
3232

33+
## [3.2.20] - 2022-09-02
34+
3335
### Features
3436

3537
- `ArgMatches::get_count` help for `ArgAction::Count`
@@ -3567,7 +3569,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
35673569
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
35683570

35693571
<!-- next-url -->
3570-
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.19...HEAD
3572+
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.20...HEAD
3573+
[3.2.20]: https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20
35713574
[3.2.19]: https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19
35723575
[3.2.18]: https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18
35733576
[3.2.17]: https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[package]
1212
name = "clap"
13-
version = "3.2.19"
13+
version = "3.2.20"
1414
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
1515
repository = "https://github.com/clap-rs/clap"
1616
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)