chore: increase version

This commit is contained in:
Kevin K 2016-04-02 20:50:47 -04:00
parent 0e69314e53
commit 616e803321
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v2.2.5"></a>
### v2.2.5 (2016-04-03)
#### Bug Fixes
* **Empty Values:** fixes bug where empty values weren't stored ([885d166f](https://github.com/kbknapp/clap-rs/commit/885d166f04eb3fb581898ae5818c6c8032e5a686), closes [#470](https://github.com/kbknapp/clap-rs/issues/470))
* **Help Message:** fixes bug where arg name is printed twice ([71acf1d5](https://github.com/kbknapp/clap-rs/commit/71acf1d576946658b8bbdb5ae79e6716c43a030f), closes [#472](https://github.com/kbknapp/clap-rs/issues/472))
<a name="v2.2.4"></a>
### v2.2.4 (2016-03-30)

View file

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