mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: increase version
This commit is contained in:
parent
1a97f4fb95
commit
f922b05178
3 changed files with 14 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
|||
<a name="v2.22.1"></a>
|
||||
### v2.22.1 (2017-03-24)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **usage:** fixes a big regression with custom usage strings ([2c41caba](https://github.com/kbknapp/clap-rs/commit/2c41caba3c7d723a2894e315d04da796b0e97759))
|
||||
|
||||
<a name="v2.22.0"></a>
|
||||
## v2.22.0 (2017-03-23)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "2.22.0"
|
||||
version = "2.22.1"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
|
||||
repository = "https://github.com/kbknapp/clap-rs.git"
|
||||
|
|
|
@ -45,13 +45,14 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
|
|||
|
||||
## What's New
|
||||
|
||||
Here's the highlights for v2.22.0
|
||||
Here's the highlights for v2.22.1
|
||||
|
||||
* **usage:** fixes a big regression with custom usage strings
|
||||
|
||||
Here's the highlights for v2.21.0 to v2.22.0
|
||||
|
||||
* **App::name:** adds the ability to change the name of the App instance after creation
|
||||
* **Arg::hide_default_value:** adds ability to hide the default value of an argument from the help string
|
||||
|
||||
Here's the highlights for v2.21.0 to v2.21.3
|
||||
|
||||
* **yaml:** fixes support for loading author info from yaml
|
||||
* adds fish subcommand help support
|
||||
* options that use `require_equals(true)` now display the equals sign in help messages, usage strings, and errors
|
||||
|
|
Loading…
Reference in a new issue