chore: increase version

This commit is contained in:
Kevin K 2015-07-09 10:28:03 -04:00
parent 5cd9620c42
commit 5419fd8ed1
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v1.0.2"></a>
### v1.0.2 (2015-07-09)
#### Improvements
* **Usage** re-orders optional arguments and required to natural standard ([dc7e1fce](https://github.com/kbknapp/clap-rs/commit/dc7e1fcea5c85d317018fb201d2a9262249131b4), closes [#147](https://github.com/kbknapp/clap-rs/issues/147))
<a name="v1.0.1"></a>
### v1.0.1 (2015-07-08)

View file

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