From 62f283a7caef853dbcf816896a93be87a0d1758f Mon Sep 17 00:00:00 2001 From: Kevin K Date: Wed, 29 Jul 2015 18:32:37 -0400 Subject: [PATCH] chore: increase version --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecc2f1f..9fa18c12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ + +### v1.1.5 (2015-07-29) + +#### Performance + +* removes some unneeded allocations ([93e915df](https://github.com/kbknapp/clap-rs/commit/93e915dfe300f7b7d6209ca93323c6a46f89a8c1)) + ### v1.1.4 (2015-07-20) diff --git a/Cargo.toml b/Cargo.toml index 6d6680a8..a618fe27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "1.1.4" +version = "1.1.5" authors = ["Kevin K. "] exclude = ["examples/*", "clap-tests/*"] description = "A simple to use, efficient, and full featured Command Line Argument Parser"