chore: increase version

This commit is contained in:
Kevin K 2015-05-22 23:40:20 -04:00
parent ace4f1acf8
commit 42560e5f03
2 changed files with 23 additions and 1 deletions

View file

@ -1,3 +1,25 @@
<a name="v0.10.0"></a>
## v0.10.0 (2015-05-23)
#### Features
* **Global Args** allows args that propagate down to child commands ([2bcc6137](https://github.com/kbknapp/clap-rs/commit/2bcc6137a83cb07757771a0afea953e68e692f0b), closes [#131](https://github.com/kbknapp/clap-rs/issues/131))
#### Improvements
* **Colors** implements more structured colored output ([d6c3ed54](https://github.com/kbknapp/clap-rs/commit/d6c3ed54d21cf7b40d9f130d4280ff5448522fc5), closes [#129](https://github.com/kbknapp/clap-rs/issues/129))
#### Deprecations
* **SubCommand/App** several methods and functions for stable release ([28b73855](https://github.com/kbknapp/clap-rs/commit/28b73855523ad170544afdb20665db98702fbe70))
#### Documentation
* updates for deprecations and new features ([743eefe8](https://github.com/kbknapp/clap-rs/commit/743eefe8dd40c1260065ce086d572e9e9358bc4c))
<a name="v0.9.2"></a>
## v0.9.2 (2015-05-20)

View file

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