chore: increase version

This commit is contained in:
Kevin K 2016-10-27 22:03:46 -04:00
parent 4f0780fbaa
commit dbe60fc779
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A
3 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,14 @@
<a name="v2.16.3"></a>
### v2.16.3 (2016-10-28)
#### Bug Fixes
* Derive display order after propagation ([9cb6facf](https://github.com/kbknapp/clap-rs/commit/9cb6facf507aff7cddd124b8c29714d2b0e7bd13), closes [#706](https://github.com/kbknapp/clap-rs/issues/706))
* **yaml-example:** inconsistent args ([847f7199](https://github.com/kbknapp/clap-rs/commit/847f7199219ead5065561d91d64780d99ae4b587))
<a name="v2.15.1"></a>
### v2.16.2 (2016-10-25)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.16.2"
version = "2.16.3"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"

View file

@ -41,9 +41,14 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New
Here's the highlights for v2.16.3
* Fixes a bug where the derived display order isn't propagated
* **yaml-example:** fixes some inconsistent args in the example
Here's the highlights for v2.16.2
* Fixes a bug where single quotes are not escaped
* Fixes a bug where single quotes are not escaped
Here's the highlights for v2.16.1