chore: increase version

This commit is contained in:
Kevin K 2017-07-29 15:29:39 -04:00
parent 8699dfc37b
commit 517276c6f3
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A
2 changed files with 25 additions and 3 deletions

View file

@ -1,3 +1,21 @@
<a name="v2.26.0"></a>
## v2.26.0 (2017-07-29)
Minimum version of Rust is now v1.13.0 (Stable)
#### Improvements
* bumps unicode-segmentation to v1.2 ([cd7b40a2](https://github.com/kbknapp/clap-rs/commit/cd7b40a21c77bae17ba453c5512cb82b7d1ce474))
#### Performance
* update textwrap to version 0.7.0 ([c2d4e637](https://github.com/kbknapp/clap-rs/commit/c2d4e63756a6f070e38c16dff846e9b0a53d6f93))
<a name="v2.25.1"></a> <a name="v2.25.1"></a>
### v2.25.1 (2017-07-21) ### v2.25.1 (2017-07-21)

View file

@ -45,12 +45,16 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New ## What's New
Here's the highlights for v2.25.1 Here's the highlights for v2.26.0
* impl Default for Values + OsValues for any lifetime. ([fb7d6231f1](https://github.com/kbknapp/clap-rs/commit/fb7d6231f13a2f79f411e62dca210b7dc9994c18)) * **The minimum required version of Rust is now 1.13.0 (Stable)**
* bumps unicode-segmentation to v1.2
* update textwrap to version 0.7.0 which increases the performance of writing help strings
Here's the highlights for v2.21.0 to v2.25.0
Here's the highlights for v2.21.0 to v2.25.1
* impl Default for Values + OsValues for any lifetime.
* use textwrap crate for wrapping help texts * use textwrap crate for wrapping help texts
* suggests to use flag after subcommand when applicable * suggests to use flag after subcommand when applicable
* Bumps bitflags crate to v0.9 * Bumps bitflags crate to v0.9