From 2e3dc49a9a67921d859cfda18b86e30a1f615a36 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Fri, 10 Apr 2015 12:00:58 -0400 Subject: [PATCH] chore(clap): increase version --- Cargo.toml | 2 +- changelog.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 587f5875..bd63cb58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.5.13" +version = "0.5.14" 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 45323b19..60c7985a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ + +## v0.5.14 (2015-04-10) + + +#### Bug Fixes + +* **usage** + * remove unneeded space ([51372789](https://github.com/kbknapp/clap-rs/commit/5137278942121bc2593ce6e5dc224ec2682549e6)) + * remove warning about unused variables ([ba817b9d](https://github.com/kbknapp/clap-rs/commit/ba817b9d815e37320650973f1bea0e7af3030fd7)) + +#### Features + +* **usage** add ability to get usage string for subcommands too ([3636afc4](https://github.com/kbknapp/clap-rs/commit/3636afc401c2caa966efb5b1869ef4f1ed3384aa)) + + + ## v0.5.13 (2015-04-09)