chore: increase version

This commit is contained in:
Kevin K 2015-05-25 21:53:49 -04:00
parent 29ca7b2f74
commit 7dd2391046
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.10.1"></a>
### v0.10.1 (2015-05-26)
#### Features
* can now specify that an app or subcommand should display help on no args or subcommands ([29ca7b2f](https://github.com/kbknapp/clap-rs/commit/29ca7b2f74376ca0cdb9d8ee3bfa99f7640cc404), closes [#133](https://github.com/kbknapp/clap-rs/issues/133))
<a name="v0.10.0"></a>
## v0.10.0 (2015-05-23)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.10.0"
version = "0.10.1"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"