mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
chore: increase version
This commit is contained in:
parent
4f0780fbaa
commit
dbe60fc779
3 changed files with 18 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue