chore: increase version

This commit is contained in:
Kevin K 2016-10-25 10:37:57 -04:00
parent 780b4a1828
commit 2663ba7743
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A
3 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,12 @@
<a name="v2.15.1"></a>
### v2.16.2 (2016-10-25)
#### Bug Fixes
* **Fish Completions:** fixes a bug where single quotes are not escaped ([780b4a18](https://github.com/kbknapp/clap-rs/commit/780b4a18281b6f7f7071e1b9db2290fae653c406), closes [#704](https://github.com/kbknapp/clap-rs/issues/704))
<a name="v2.16.1"></a>
### v2.16.1 (2016-10-24)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.16.1"
version = "2.16.2"
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,6 +41,12 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New
Here's the highlights for v2.16.2
* Fixes a bug where single quotes are not escaped
Here's the highlights for v2.16.1
* **Help Message:** fixes a regression bug where args with multiple(true) threw off alignment
Here's the highlights for v2.16.0