Skip to content

Commit 337a9e0

Browse files
committed
chore: Release
1 parent d25d5b6 commit 337a9e0

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+
## [4.0.3] - 2022-09-29
11+
1012
### Fixes
1113

1214
- *(error)* Quote literals consistently
@@ -3866,7 +3868,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
38663868
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
38673869

38683870
<!-- next-url -->
3869-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.2...HEAD
3871+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.3...HEAD
3872+
[4.0.3]: https://github.com/clap-rs/clap/compare/v4.0.2...v4.0.3
38703873
[4.0.2]: https://github.com/clap-rs/clap/compare/v4.0.1...v4.0.2
38713874
[4.0.1]: https://github.com/clap-rs/clap/compare/v4.0.0...v4.0.1
38723875
[4.0.0]: https://github.com/clap-rs/clap/compare/v3.2.18...v4.0.0

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 = "4.0.2"
13+
version = "4.0.3"
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)