chore: increase version

This commit is contained in:
Kevin K 2016-08-21 20:46:57 -04:00
parent a643fb283a
commit 8ecb02d0b4
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v2.10.2"></a>
### v2.10.2 (2016-08-22)
#### Bug Fixes
* fixes a bug where the help is printed twice ([a643fb28](https://github.com/kbknapp/clap-rs/commit/a643fb283acd9905dc727c4579c5c9fa2ceaa7e7), closes [#623](https://github.com/kbknapp/clap-rs/issues/623))
<a name="v2.10.1"></a>
### v2.10.1 (2016-08-21)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.10.1"
version = "2.10.2"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

View file

@ -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.10.2
* Fixes a critical bug where the help message is printed twice
Here's the highlights for v2.10.1
* **Help Subcommand:** fixes misleading usage string when using multi-level subcommmands such as `myprog help subcmd1 subcmd2`