From 4a11b30066046b45cbe2d91858c27676bd5e927c Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 3 May 2015 00:41:53 -0400 Subject: [PATCH] chore(clap): increase version --- Cargo.toml | 2 +- changelog.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27a438c5c3b..d265e2ee06d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.7.1" +version = "0.7.2" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "claptests/*"] description = "A simple to use, efficient, and full featured Command Line Argument Parser" diff --git a/changelog.md b/changelog.md index 26ca36f46cf..7f5415cb2be 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +## v0.7.2 (2015-05-03) + + +#### Bug Fixes + +* **RequiredArgs** fixes bug where required-by-default arguments are not listed in usage ([12aea961](https://github.com/kbknapp/clap-rs/commit/12aea9612d290845ba86515c240aeeb0a21198db), closes [#96](https://github.com/kbknapp/clap-rs/issues/96)) + + + ## v0.7.1 (2015-05-01)