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"