Skip to content

Commit cf7f1fa

Browse files
committed
chore: Release
1 parent 754a949 commit cf7f1fa

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.19] - 2022-08-30
34+
3335
### Fixes
3436

3537
- *(help)* Ensure required arguments for parent commands aren't shown in their subcommands when using `args_conflicts_with_subcommand`
@@ -3560,7 +3562,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
35603562
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
35613563

35623564
<!-- next-url -->
3563-
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.18...HEAD
3565+
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.19...HEAD
3566+
[3.2.19]: https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19
35643567
[3.2.18]: https://github.com/clap-rs/clap/compare/v3.2.17...v3.2.18
35653568
[3.2.17]: https://github.com/clap-rs/clap/compare/v3.2.16...v3.2.17
35663569
[3.2.16]: https://github.com/clap-rs/clap/compare/v3.2.15...v3.2.16

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010

1111
[package]
1212
name = "clap"
13-
version = "3.2.18"
13+
version = "3.2.19"
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)