mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(clap): increase version
This commit is contained in:
parent
1c92ed0e72
commit
9e6af520a3
2 changed files with 12 additions and 1 deletions
|
@ -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=[]
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue