mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore: increase version
This commit is contained in:
parent
5460778f56
commit
972761912a
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
<a name="v2.0.6"></a>
|
||||
### v2.0.6 (2016-02-09)
|
||||
|
||||
|
||||
#### Improvements
|
||||
|
||||
* **Positional Arguments:** now displays value name if appropriate ([f0a99916](https://github.com/kbknapp/clap-rs/commit/f0a99916c59ce675515c6dcdfe9a40b130510908), closes [#420](https://github.com/kbknapp/clap-rs/issues/420))
|
||||
|
||||
|
||||
<a name="v2.0.5"></a>
|
||||
### v2.0.5 (2016-02-05)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "2.0.5"
|
||||
version = "2.0.6"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["examples/*", "clap-tests/*", "tests/*", "benches/*", "*.png", "clap-perf/*"]
|
||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||
|
|
Loading…
Reference in a new issue