From 0b165e28cad03c275f128ed99eefdc769c901c70 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 3 May 2015 16:29:17 -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 d265e2ee..eb5fe21c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.7.2" +version = "0.7.3" 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 7f5415cb..c7ab87e5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ + +## v0.7.3 (2015-05-03) + + +#### Bug Fixes + +* **RequiredValues** fixes a bug where missing values are parsed as missing arguments ([93c4a723](https://github.com/kbknapp/clap-rs/commit/93c4a7231ba1a08152648598f7aa4503ea82e4de)) + +#### Improvements + +* **ErrorMessages** improves error messages and corrections ([a29c3983](https://github.com/kbknapp/clap-rs/commit/a29c3983c4229906655a29146ec15a0e46dd942d)) +* **ArgGroups** improves requirment and confliction support for groups ([c236dc5f](https://github.com/kbknapp/clap-rs/commit/c236dc5ff475110d2a1b80e62903f80296163ad3)) + + + ## v0.7.2 (2015-05-03)