mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(clap): increase version
This commit is contained in:
parent
3bb4701b3b
commit
bba6196fdc
2 changed files with 15 additions and 1 deletions
|
@ -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"
|
||||
|
|
14
changelog.md
14
changelog.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue