chore(clap): increase version

This commit is contained in:
Kevin K 2015-04-18 22:32:29 -04:00
parent 8cb133bf73
commit d7bf519acf
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -1,3 +1,13 @@
<a name="v0.6.5"></a>
## v0.6.5 (2015-04-19)
#### Bug Fixes
* **macros.rs** fix use statements for trait impls ([86e4075e](https://github.com/kbknapp/clap-rs/commit/86e4075eb111937c8a7bdb344e866e350429f042))
<a name="v0.6.4"></a>
## v0.6.4 (2015-04-17)