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
1209a15f51
commit
784b8c7254
2 changed files with 16 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.6.7"
|
||||
version = "0.6.8"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple and efficient Command Line Argument Parser"
|
||||
|
|
15
changelog.md
15
changelog.md
|
@ -1,3 +1,18 @@
|
|||
<a name="0.6.8"></a>
|
||||
## 0.6.8 (2015-04-27)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **help** change long help --long=long -> --long <long> ([1e25abfc](https://github.com/kbknapp/clap-rs/commit/1e25abfc36679ab89eae71bf98ced4de81992d00))
|
||||
* **RequiredArgs** required by default args should no longer be required when their exclusions are present ([4bb4c3cc](https://github.com/kbknapp/clap-rs/commit/4bb4c3cc076b49e86720e882bf8c489877199f2d))
|
||||
|
||||
#### Features
|
||||
|
||||
* **ArgGroups** add ability to create arg groups ([09eb4d98](https://github.com/kbknapp/clap-rs/commit/09eb4d9893af40c347e50e2b717e1adef552357d))
|
||||
|
||||
|
||||
|
||||
<a name="v0.6.7"></a>
|
||||
## v0.6.7 (2015-04-22)
|
||||
|
||||
|
|
Loading…
Reference in a new issue