chore(clap): increase version

This commit is contained in:
Kevin K 2015-04-09 18:49:59 -04:00
parent 73ca72261e
commit be91c5f2f5
2 changed files with 12 additions and 1 deletions

View file

@ -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"

View file

@ -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)