Skip to content

Commit 98f62d1

Browse files
committed
chore: Release
1 parent e569953 commit 98f62d1

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
<!-- next-header -->
2121
## [Unreleased] - ReleaseDate
2222

23+
## [4.3.14] - 2023-07-17
24+
2325
### Features
2426

2527
- `ArgAction::HelpShort` and `ArgAction::HelpLong` for explicitly specifying which style of help to display
@@ -4347,7 +4349,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
43474349
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
43484350

43494351
<!-- next-url -->
4350-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.13...HEAD
4352+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.14...HEAD
4353+
[4.3.14]: https://github.com/clap-rs/clap/compare/v4.3.13...v4.3.14
43514354
[4.3.13]: https://github.com/clap-rs/clap/compare/v4.3.12...v4.3.13
43524355
[4.3.12]: https://github.com/clap-rs/clap/compare/v4.3.11...v4.3.12
43534356
[4.3.11]: https://github.com/clap-rs/clap/compare/v4.3.10...v4.3.11

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ message: Please cite this crate using these information.
44

55
# Version information.
66
date-released: 2023-07-17
7-
version: 4.3.13
7+
version: 4.3.14
88

99
# Project information.
1010
abstract: A full featured, fast Command Line Argument Parser for Rust

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include = [
2727

2828
[package]
2929
name = "clap"
30-
version = "4.3.13"
30+
version = "4.3.14"
3131
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
3232
repository = "https://github.com/clap-rs/clap"
3333
categories = ["command-line-interface"]
@@ -101,7 +101,7 @@ unstable-styles = ["clap_builder/unstable-styles"]
101101
bench = false
102102

103103
[dependencies]
104-
clap_builder = { path = "./clap_builder", version = "=4.3.13", default-features = false }
104+
clap_builder = { path = "./clap_builder", version = "=4.3.14", default-features = false }
105105
clap_derive = { path = "./clap_derive", version = "=4.3.12", optional = true }
106106
once_cell = { version = "1.12.0", optional = true }
107107

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "clap_builder"
3-
version = "4.3.13"
3+
version = "4.3.14"
44
description = "A simple to use, efficient, and full-featured Command Line Argument Parser"
55
repository = "https://github.com/clap-rs/clap"
66
categories = ["command-line-interface"]

0 commit comments

Comments
 (0)