From 784b8c72543369868f906912c2e5385148ff12ab Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 27 Apr 2015 00:59:58 -0400 Subject: [PATCH] chore(clap): increase version --- Cargo.toml | 2 +- changelog.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b74b3e4..ccbede1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.6.7" +version = "0.6.8" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "claptests/*"] description = "A simple and efficient Command Line Argument Parser" diff --git a/changelog.md b/changelog.md index a6c5a739..a19b55da 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ + +## 0.6.8 (2015-04-27) + + +#### Bug Fixes + +* **help** change long help --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)) + + + ## v0.6.7 (2015-04-22)