mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore(clap): increase version
This commit is contained in:
parent
51087b693b
commit
0b165e28ca
2 changed files with 16 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.7.2"
|
||||
version = "0.7.3"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||
|
|
15
changelog.md
15
changelog.md
|
@ -1,3 +1,18 @@
|
|||
<a name="v0.7.3"></a>
|
||||
## v0.7.3 (2015-05-03)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **RequiredValues** fixes a bug where missing values are parsed as missing arguments ([93c4a723](https://github.com/kbknapp/clap-rs/commit/93c4a7231ba1a08152648598f7aa4503ea82e4de))
|
||||
|
||||
#### Improvements
|
||||
|
||||
* **ErrorMessages** improves error messages and corrections ([a29c3983](https://github.com/kbknapp/clap-rs/commit/a29c3983c4229906655a29146ec15a0e46dd942d))
|
||||
* **ArgGroups** improves requirment and confliction support for groups ([c236dc5f](https://github.com/kbknapp/clap-rs/commit/c236dc5ff475110d2a1b80e62903f80296163ad3))
|
||||
|
||||
|
||||
|
||||
<a name="v0.7.2"></a>
|
||||
## v0.7.2 (2015-05-03)
|
||||
|
||||
|
|
Loading…
Reference in a new issue