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
e05100b73d
commit
f842e8fcec
3 changed files with 15 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
||||||
|
<a name="v2.23.2"></a>
|
||||||
|
### v2.23.2 (2017-04-09)
|
||||||
|
|
||||||
|
|
||||||
|
#### Improvements
|
||||||
|
|
||||||
|
* bumps term_size to take advantage of better terminal dimension handling ([e05100b7](https://github.com/kbknapp/clap-rs/commit/e05100b73d74066a90876bf38f952adf5e8ee422))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="v2.23.1"></a>
|
<a name="v2.23.1"></a>
|
||||||
### v2.23.1 (2017-04-05)
|
### v2.23.1 (2017-04-05)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "2.23.1"
|
version = "2.23.2"
|
||||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||||
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
|
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
|
||||||
repository = "https://github.com/kbknapp/clap-rs.git"
|
repository = "https://github.com/kbknapp/clap-rs.git"
|
||||||
|
|
|
@ -45,6 +45,10 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
|
||||||
|
|
||||||
## What's New
|
## What's New
|
||||||
|
|
||||||
|
Here's the highlights for v2.23.2
|
||||||
|
|
||||||
|
* bumps term_size to take advantage of better terminal dimension handling
|
||||||
|
|
||||||
Here's the highlights for v2.23.1
|
Here's the highlights for v2.23.1
|
||||||
|
|
||||||
* fixes a missing newline character in the autogenerated help and version messages in some instances
|
* fixes a missing newline character in the autogenerated help and version messages in some instances
|
||||||
|
|
Loading…
Reference in a new issue