From 0b673672262f1843a9ee21530a5024ce39a37fe2 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Tue, 23 Feb 2016 22:39:13 -0500 Subject: [PATCH] chore: increase version Closes #434 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f87465ee124..2d3187e523b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ + +### v2.1.2 (2016-02-24) + +#### Bug Fixes + +* **Nightly:** fixes failing nightly build ([d752c170](https://github.com/kbknapp/clap-rs/commit/d752c17029598b19037710f204b7943f0830ae75), closes [#434](https://github.com/kbknapp/clap-rs/issues/434)) + + ### v2.1.1 (2016-02-19) diff --git a/Cargo.toml b/Cargo.toml index b34056081aa..c6ac9b030b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "2.1.1" +version = "2.1.2" authors = ["Kevin K. "] exclude = ["examples/*", "clap-tests/*", "tests/*", "benches/*", "*.png", "clap-perf/*"] description = "A simple to use, efficient, and full featured Command Line Argument Parser"