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
02aa217612
commit
f0eea9da43
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.6.3"
|
||||
version = "0.6.4"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple and efficient Command Line Argument Parser"
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -1,3 +1,13 @@
|
|||
<a name="v0.6.4"></a>
|
||||
## v0.6.4 (2015-04-17)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* **macros** add ability to create enums pub or priv with derives ([2c499f80](https://github.com/kbknapp/clap-rs/commit/2c499f8015a199827cdf1fa3ec4f6f171722f8c7))
|
||||
|
||||
|
||||
|
||||
<a name="v0.6.3"></a>
|
||||
## v0.6.3 (2015-04-16)
|
||||
|
||||
|
|
Loading…
Reference in a new issue