mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(clap): increase version
This commit is contained in:
parent
88d976c6f1
commit
4a11b30066
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.7.1"
|
||||
version = "0.7.2"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -1,3 +1,13 @@
|
|||
<a name="v0.7.2"></a>
|
||||
## v0.7.2 (2015-05-03)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **RequiredArgs** fixes bug where required-by-default arguments are not listed in usage ([12aea961](https://github.com/kbknapp/clap-rs/commit/12aea9612d290845ba86515c240aeeb0a21198db), closes [#96](https://github.com/kbknapp/clap-rs/issues/96))
|
||||
|
||||
|
||||
|
||||
<a name="v0.7.1"></a>
|
||||
## v0.7.1 (2015-05-01)
|
||||
|
||||
|
|
Loading…
Reference in a new issue