mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore(clap): increase version
This commit is contained in:
parent
d2b3b1faa0
commit
3c0636ef75
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue