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
22163991da
commit
b302b8bcd8
2 changed files with 16 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "0.5.14"
|
version = "0.6.0"
|
||||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||||
description = "A simple and efficient Command Line Argument Parser"
|
description = "A simple and efficient Command Line Argument Parser"
|
||||||
|
|
15
changelog.md
15
changelog.md
|
@ -1,3 +1,18 @@
|
||||||
|
<a name="v0.6.0"></a>
|
||||||
|
## v0.6.0 (2015-04-13)
|
||||||
|
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
|
||||||
|
* **tests** fix failing doc tests ([3710cd69](https://github.com/kbknapp/clap-rs/commit/3710cd69162f87221a62464f63437c1ce843ad3c))
|
||||||
|
|
||||||
|
#### Features
|
||||||
|
|
||||||
|
* **app** add support for building args from usage strings ([d5d48bcf](https://github.com/kbknapp/clap-rs/commit/d5d48bcf463a4e494ef758836bd69a4c220bbbb5))
|
||||||
|
* **args** add ability to create basic arguments from a usage string ([ab409a8f](https://github.com/kbknapp/clap-rs/commit/ab409a8f1db9e37cc70200f6f4a84a162692e618))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="v0.5.14"></a>
|
<a name="v0.5.14"></a>
|
||||||
## v0.5.14 (2015-04-10)
|
## v0.5.14 (2015-04-10)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue