chore(clap): increase version

This commit is contained in:
Kevin K 2015-04-28 23:49:59 -04:00
parent 1c92ed0e72
commit 9e6af520a3
2 changed files with 12 additions and 1 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.6.8"
version = "0.6.9"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
@ -16,4 +16,5 @@ license = "MIT"
[features]
default=[]
# for building with nightly and unstable features
unstable=[]

View file

@ -1,3 +1,13 @@
<a name="v0.6.9"></a>
## v0.6.9 (2015-04-29)
#### Bug Fixes
* **from_usage** removes bug where usage strings have no help text ([ad4e5451](https://github.com/kbknapp/clap-rs/commit/ad4e54510739aeabf75f0da3278fb0952db531b3), closes [#83](https://github.com/kbknapp/clap-rs/issues/83))
<a name="0.6.8"></a>
## 0.6.8 (2015-04-27)