Skip to content

Commit 9f30493

Browse files
committed
chore: Release
1 parent 5cab144 commit 9f30493

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

10+
## [4.0.4] - 2022-09-29
11+
1012
### Fixes
1113

1214
- *(error)* Specialize the self-conflict error to look like clap v3
@@ -3872,7 +3874,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
38723874
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
38733875

38743876
<!-- next-url -->
3875-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.3...HEAD
3877+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.0.4...HEAD
3878+
[4.0.4]: https://github.com/clap-rs/clap/compare/v4.0.3...v4.0.4
38763879
[4.0.3]: https://github.com/clap-rs/clap/compare/v4.0.2...v4.0.3
38773880
[4.0.2]: https://github.com/clap-rs/clap/compare/v4.0.1...v4.0.2
38783881
[4.0.1]: https://github.com/clap-rs/clap/compare/v4.0.0...v4.0.1

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