From e4f194c82b4ce2db698cf145e56b55f40b019cb5 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 5 Sep 2016 20:16:09 -0400 Subject: [PATCH] chore: increase version --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- README.md | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdfd9bc02af..9fa013cc8c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ + + +### v2.11.2 (2016-09-06) + +#### Improvements + +* **Help Wrapping:** makes some minor changes to when next line help is automatically used ([5658b117](https://github.com/kbknapp/clap-rs/commit/5658b117aec3e03adff9c8c52a4c4bc1fcb4e1ff)) + + ### v2.11.1 (2016-09-05) diff --git a/Cargo.toml b/Cargo.toml index 0b639d8d4d0..e30bfd54e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "2.11.1" +version = "2.11.2" authors = ["Kevin K. "] exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] repository = "https://github.com/kbknapp/clap-rs.git" diff --git a/README.md b/README.md index 28c05325980..75f11f461d3 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,10 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc) ## What's New +Here's the highlights for v2.11.2 + +* Makes some minor changes to when next line help is automatically used for improved wrapping + Here's the highlights for v2.11.1 * Fixes an issue where settings weren't propogated down through grand-child subcommands