mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: fix increase version
This commit is contained in:
parent
78498bd82c
commit
76869a0d68
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<a name="v2.25.2"></a>
|
||||
### v2.25.2 (2017-07-21)
|
||||
<a name="v2.25.1"></a>
|
||||
### v2.25.1 (2017-07-21)
|
||||
|
||||
#### Improvements
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
|
||||
* Various documentation typos and grammar fixes
|
||||
|
||||
<a name="v2.24.2"></a>
|
||||
<a name="v2.25.0"></a>
|
||||
### v2.25.0 (2017-06-20)
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "2.25.0"
|
||||
version = "2.25.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,11 +45,11 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
|
|||
|
||||
## What's New
|
||||
|
||||
Here's the highlights for v2.25.2
|
||||
Here's the highlights for v2.25.1
|
||||
|
||||
* impl Default for Values + OsValues for any lifetime. ([fb7d6231f1](https://github.com/kbknapp/clap-rs/commit/fb7d6231f13a2f79f411e62dca210b7dc9994c18))
|
||||
|
||||
Here's the highlights for v2.21.0 to v2.25.1
|
||||
Here's the highlights for v2.21.0 to v2.25.0
|
||||
|
||||
* use textwrap crate for wrapping help texts
|
||||
* suggests to use flag after subcommand when applicable
|
||||
|
|
Loading…
Reference in a new issue