diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ec964a7e54..6223519f604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ - -### v2.25.2 (2017-07-21) + +### v2.25.1 (2017-07-21) #### Improvements @@ -9,7 +9,7 @@ * Various documentation typos and grammar fixes - + ### v2.25.0 (2017-06-20) diff --git a/Cargo.toml b/Cargo.toml index 4d9938271a2..0eb1023b150 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "clap" -version = "2.25.0" +version = "2.25.1" authors = ["Kevin K. "] exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] repository = "https://github.com/kbknapp/clap-rs.git" diff --git a/README.md b/README.md index d1cc4e9855b..7dfd57b51a5 100644 --- a/README.md +++ b/README.md @@ -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