Skip to content

Commit dcccf61

Browse files
committed
chore: Release
1 parent e09cf14 commit dcccf61

File tree

5 files changed

+17
-14
lines changed

5 files changed

+17
-14
lines changed

CHANGELOG.md

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

21+
## [4.3.4] - 2023-06-14
22+
2123
### Features
2224

2325
- Add `Error::exit_code`
@@ -4281,7 +4283,8 @@ Minimum version of Rust is now v1.13.0 (Stable)
42814283
* **arg** allow lifetimes other than 'static in arguments ([9e8c1fb9](https://github.com/clap-rs/clap/commit/9e8c1fb9406f8448873ca58bab07fe905f1551e5))
42824284

42834285
<!-- next-url -->
4284-
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.3...HEAD
4286+
[Unreleased]: https://github.com/clap-rs/clap/compare/v4.3.4...HEAD
4287+
[4.3.4]: https://github.com/clap-rs/clap/compare/v4.3.3...v4.3.4
42854288
[4.3.3]: https://github.com/clap-rs/clap/compare/v4.3.2...v4.3.3
42864289
[4.3.2]: https://github.com/clap-rs/clap/compare/v4.3.1...v4.3.2
42874290
[4.3.1]: https://github.com/clap-rs/clap/compare/v4.3.0...v4.3.1

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ cff-version: 1.2.0
33
message: Please cite this crate using these information.
44

55
# Version information.
6-
date-released: 2023-06-09
7-
version: 4.3.3
6+
date-released: 2023-06-14
7+
version: 4.3.4
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.3"
30+
version = "4.3.4"
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.3", default-features = false }
104+
clap_builder = { path = "./clap_builder", version = "=4.3.4", default-features = false }
105105
clap_derive = { path = "./clap_derive", version = "=4.3.2", 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.3"
3+
version = "4.3.4"
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)