From b302b8bcd8c2e846ad30c04d72b737aa3dbbd4b0 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 13 Apr 2015 15:39:24 -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 bd63cb58..e4d4559b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.5.14" +version = "0.6.0" 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 60c7985a..f9890c54 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,18 @@ + +## v0.6.0 (2015-04-13) + + +#### Bug Fixes + +* **tests** fix failing doc tests ([3710cd69](https://github.com/kbknapp/clap-rs/commit/3710cd69162f87221a62464f63437c1ce843ad3c)) + +#### Features + +* **app** add support for building args from usage strings ([d5d48bcf](https://github.com/kbknapp/clap-rs/commit/d5d48bcf463a4e494ef758836bd69a4c220bbbb5)) +* **args** add ability to create basic arguments from a usage string ([ab409a8f](https://github.com/kbknapp/clap-rs/commit/ab409a8f1db9e37cc70200f6f4a84a162692e618)) + + + ## v0.5.14 (2015-04-10)