From 5419fd8ed175fdd0f31cf8c4c9cc975a12106b97 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Thu, 9 Jul 2015 10:28:03 -0400 Subject: [PATCH] chore: increase version --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1948fab7..00fde376 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +### v1.0.2 (2015-07-09) + + +#### Improvements + +* **Usage** re-orders optional arguments and required to natural standard ([dc7e1fce](https://github.com/kbknapp/clap-rs/commit/dc7e1fcea5c85d317018fb201d2a9262249131b4), closes [#147](https://github.com/kbknapp/clap-rs/issues/147)) + + + ### v1.0.1 (2015-07-08) diff --git a/Cargo.toml b/Cargo.toml index d8fa5c93..214cf622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "1.0.1" +version = "1.0.2" authors = ["Kevin K. "] exclude = ["examples/*", "clap-tests/*"] description = "A simple to use, efficient, and full featured Command Line Argument Parser"