mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore: increase version
This commit is contained in:
parent
780b4a1828
commit
2663ba7743
3 changed files with 16 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue