Skip to content

Commit 0b165e2

Browse files
committed
chore(clap): increase version
1 parent 51087b6 commit 0b165e2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "0.7.2"
4+
version = "0.7.3"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["docs/*", "examples/*", "claptests/*"]
77
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

changelog.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="v0.7.3"></a>
2+
## v0.7.3 (2015-05-03)
3+
4+
5+
#### Bug Fixes
6+
7+
* **RequiredValues** fixes a bug where missing values are parsed as missing arguments ([93c4a723](https://github.com/kbknapp/clap-rs/commit/93c4a7231ba1a08152648598f7aa4503ea82e4de))
8+
9+
#### Improvements
10+
11+
* **ErrorMessages** improves error messages and corrections ([a29c3983](https://github.com/kbknapp/clap-rs/commit/a29c3983c4229906655a29146ec15a0e46dd942d))
12+
* **ArgGroups** improves requirment and confliction support for groups ([c236dc5f](https://github.com/kbknapp/clap-rs/commit/c236dc5ff475110d2a1b80e62903f80296163ad3))
13+
14+
15+
116
<a name="v0.7.2"></a>
217
## v0.7.2 (2015-05-03)
318

0 commit comments

Comments
 (0)