mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
chore(clap): increase version
This commit is contained in:
parent
3ecbc4d159
commit
6ec7a748f4
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
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.3"></a>
|
||||
## v0.6.3 (2015-04-16)
|
||||
|
||||
|
||||
#### Features
|
||||
|
||||
* **macros** add macro to create custom enums to use as types ([fb672aff](https://github.com/kbknapp/clap-rs/commit/fb672aff561c29db2e343d6c607138f141aca8b6))
|
||||
|
||||
|
||||
|
||||
<a name="v0.6.2"></a>
|
||||
## v0.6.2 (2015-04-14)
|
||||
|
||||
|
|
Loading…
Reference in a new issue