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
73ca72261e
commit
be91c5f2f5
2 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.5.12"
|
||||
version = "0.5.13"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple and efficient Command Line Argument Parser"
|
||||
|
|
11
changelog.md
11
changelog.md
|
@ -1,3 +1,14 @@
|
|||
<a name="v0.5.13"></a>
|
||||
## v0.5.13 (2015-04-09)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* **SubCommands** add method to get name and subcommand matches together ([64e53928](https://github.com/kbknapp/clap-rs/commit/64e539280e23e567cf5de393b346eb0ca20e7eb5))
|
||||
* **ArgMatches** add method to get default usage string ([02462150](https://github.com/kbknapp/clap-rs/commit/02462150ca750bdc7012627d7e8d96379d494d7f))
|
||||
|
||||
|
||||
|
||||
<a name="v0.5.12"></a>
|
||||
## v0.5.12 (2015-04-08)
|
||||
|
||||
|
|
Loading…
Reference in a new issue