chore: increase version

This commit is contained in:
Kevin K 2016-08-25 18:52:15 -04:00
parent cdb9037c15
commit f7c787c1ce
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v2.10.4"></a>
### v2.10.4 (2016-08-25)
#### Bug Fixes
* **Help Wrapping:** fixes a bug where help is wrapped incorrectly and causing a panic with some non-English characters ([d0b442c7](https://github.com/kbknapp/clap-rs/commit/d0b442c7beeecac9764406bc3bd171ced0b8825e), closes [#626](https://github.com/kbknapp/clap-rs/issues/626))
<a name="v2.10.3"></a>
### v2.10.3 (2016-08-25)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.10.3"
version = "2.10.4"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

View file

@ -39,6 +39,10 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New
Here's the highlights for v2.10.4
* Fixes a bug where help is wrapped incorrectly and causing a panic with some non-English characters
Here's the highlights for v2.10.3
* Fixes a bug with non-English characters in help text wrapping, where the character is stripped or causes a panic