From f244ca6f9a770ac29659a5dc9b2d573c5f244e13 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 29 Mar 2015 16:01:58 -0400 Subject: [PATCH] chore(clap): increase version --- CHANGELOG | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 54a50a2d..78f62591 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +# v0.5.2 + * Fixed a bug when applications have hyphens in their names # v0.5.1 * Fixed a bug when the only arguments you've defined are also required # v0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 53869232..22b07392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.5.1" +version = "0.5.2" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "claptests/*"] description = "A simple and efficient Command Line Argument Parser"