From 2041cc4fdac48d7ba935aede04c64d6fcf6c65a6 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Sun, 5 Apr 2015 20:26:12 -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 267d4897..b0185c5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +# v0.5.12 + * Arguments are now sorted by name so displaying of the help info doesn't change from run to run # v0.5.11 * Fixed bug with partial overrides of help / version (with -v and -h) * Small code cleanup diff --git a/Cargo.toml b/Cargo.toml index 64503279..46459414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.5.11" +version = "0.5.12" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "claptests/*"] description = "A simple and efficient Command Line Argument Parser"