chore(clap): increase version

This commit is contained in:
Kevin K 2015-05-12 18:16:57 -04:00
parent d2b3b1faa0
commit 3c0636ef75
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.8.4"></a>
## v0.8.4 (2015-05-12)
#### Bug Fixes
* **suggestions** --help and --version now get suggestions ([d2b3b1fa](https://github.com/kbknapp/clap-rs/commit/d2b3b1faa0bdc1c5d2350cc4635aba81e02e9d96), closes [#116](https://github.com/kbknapp/clap-rs/issues/116))
<a name="v0.8.3"></a>
## v0.8.3 (2015-05-10)

View file

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