Skip to content

Commit 9e3fa67

Browse files
committed
chore: Release
1 parent d188de0 commit 9e3fa67

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [3.2.22] - 2022-09-16
11+
1012
### Fixes
1113

1214
- Unify dependencies on `terminal_size` to the 0.2 release
@@ -3556,7 +3558,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
35563558
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
35573559

35583560
<!-- next-url -->
3559-
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.21...HEAD
3561+
[Unreleased]: https://github.com/clap-rs/clap/compare/v3.2.22...HEAD
3562+
[3.2.22]: https://github.com/clap-rs/clap/compare/v3.2.21...v3.2.22
35603563
[3.2.21]: https://github.com/clap-rs/clap/compare/v3.2.20...v3.2.21
35613564
[3.2.20]: https://github.com/clap-rs/clap/compare/v3.2.19...v3.2.20
35623565
[3.2.19]: https://github.com/clap-rs/clap/compare/v3.2.18...v3.2.19

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.21"
13+
version = "3.2.22"
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)