From 37a925d2b98df936c174d03f47d0f26bbbb1da42 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 3 May 2015 17:11:05 -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 eb5fe21c..1b7b2c31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.7.3" +version = "0.7.4" 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 c7ab87e5..b72ed437 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ + +## v0.7.4 (2015-05-03) + + +#### Bug Fixes + +* **Options** fixes a bug where option arguments in succession get their values skipped ([f66334d0](https://github.com/kbknapp/clap-rs/commit/f66334d0ce984e2b56e5c19abb1dd536fae9342a)) + + + ## v0.7.3 (2015-05-03)