chore(clap): increase version

This commit is contained in:
Kevin K 2015-05-08 11:46:51 -04:00
parent eb0e374ecf
commit 58c8e2d44f
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.8.2"></a>
## v0.8.2 (2015-05-08)
#### Bug Fixes
* **usage strings** positional arguments are presented in index order ([eb0e374e](https://github.com/kbknapp/clap-rs/commit/eb0e374ecf952f1eefbc73113f21e0705936e40b), closes [#112](https://github.com/kbknapp/clap-rs/issues/112))
<a name="v0.8.1"></a>
## v0.8.1 (2015-05-06)

View file

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