chore(clap): increase version

This commit is contained in:
Kevin K 2015-05-03 17:11:05 -04:00
parent f66334d0ce
commit 37a925d2b9
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -1,3 +1,13 @@
<a name="v0.7.4"></a>
## v0.7.4 (2015-05-03)
#### Bug Fixes
* **Options** fixes a bug where option arguments in succession get their values skipped ([f66334d0](https://github.com/kbknapp/clap-rs/commit/f66334d0ce984e2b56e5c19abb1dd536fae9342a))
<a name="v0.7.3"></a>
## v0.7.3 (2015-05-03)