Auto merge of #907 - kbknapp:v2.21.2, r=kbknapp

chore: increase version

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/kbknapp/clap-rs/907)
<!-- Reviewable:end -->
This commit is contained in:
Homu 2017-03-19 08:58:11 +09:00
commit 0d2a3f6ddb
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#### Improvements
* add fish subcommand help support ([f8f68cf8](https://github.com/kbknapp/clap-rs/commit/f8f68cf8251669aef4539a25a7c1166f0ac81ea6))
* options that use `require_equals(true)` now display the equals sign in help messages, usage strings, and errors" ([c8eb0384](https://github.com/kbknapp/clap-rs/commit/c8eb0384d394d2900ccdc1593099c97808a3fa05), closes [#903](https://github.com/kbknapp/clap-rs/issues/903))

View file

@ -47,6 +47,7 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
Here's the highlights for v2.21.2
* adds fish subcommand help support
* options that use `require_equals(true)` now display the equals sign in help messages, usage strings, and errors
* setting the max term width now correctly propagates down through child subcommands