From 012ff7f8a96a4164d18192c84a536690b9832e68 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Thu, 26 Mar 2015 15:06:36 -0400 Subject: [PATCH] chore(clap): increase version --- CHANGELOG | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c66d5aed..83383b01 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +# v0.4.16 + * Fixed bug with multiple options + * Removed unneeded Box<>'s + * Fixed formatting with positionals in help info # v0.4.15 * Changed libc to crates.io in prep for Rust 1.0 stability # v0.4.14 diff --git a/Cargo.toml b/Cargo.toml index 98b14e0a..11ec2514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "0.4.15" +version = "0.4.16" authors = ["Kevin K. "] exclude = ["docs/*", "examples/*", "claptests/*"] description = "A simple and efficient Command Line Argument Parser"