chore(clap): increase version

This commit is contained in:
Kevin K 2015-04-19 14:42:41 -04:00
parent 3bb4701b3b
commit bba6196fdc
2 changed files with 15 additions and 1 deletions

View file

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

View file

@ -1,3 +1,17 @@
<a name="v0.6.6"></a>
## v0.6.6 (2015-04-19)
#### Bug Fixes
* **from_usage** tabs and spaces should be treated equally ([4fd44181](https://github.com/kbknapp/clap-rs/commit/4fd44181d55d8eb88caab1e625231cfa3129e347))
#### Features
* **macros.rs** add macro to get version from Cargo.toml ([c630969a](https://github.com/kbknapp/clap-rs/commit/c630969aa3bbd386379219cae27ba1305b117f3e))
<a name="v0.6.5"></a>
## v0.6.5 (2015-04-19)