Skip to content

Commit 784b8c7

Browse files
committed
chore(clap): increase version
1 parent 1209a15 commit 784b8c7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "0.6.7"
4+
version = "0.6.8"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["docs/*", "examples/*", "claptests/*"]
77
description = "A simple and efficient Command Line Argument Parser"

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="0.6.8"></a>
2+
## 0.6.8 (2015-04-27)
3+
4+
5+
#### Bug Fixes
6+
7+
* **help** change long help --long=long -> --long <long> ([1e25abfc](https://github.com/kbknapp/clap-rs/commit/1e25abfc36679ab89eae71bf98ced4de81992d00))
8+
* **RequiredArgs** required by default args should no longer be required when their exclusions are present ([4bb4c3cc](https://github.com/kbknapp/clap-rs/commit/4bb4c3cc076b49e86720e882bf8c489877199f2d))
9+
10+
#### Features
11+
12+
* **ArgGroups** add ability to create arg groups ([09eb4d98](https://github.com/kbknapp/clap-rs/commit/09eb4d9893af40c347e50e2b717e1adef552357d))
13+
14+
15+
116
<a name="v0.6.7"></a>
217
## v0.6.7 (2015-04-22)
318

0 commit comments

Comments
 (0)