Skip to content

Commit

Permalink
chore: fix increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 21, 2017
1 parent 78498bd commit 76869a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "clap"
version = "2.25.0"
version = "2.25.1"
authors = ["Kevin K. <[email protected]>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76869a0

Please sign in to comment.