mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
chore: increase version
This commit is contained in:
parent
2ba12b8b76
commit
ea4dd195f9
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
|||
<a name="v2.0.5"></a>
|
||||
### v2.0.5 (2016-02-05)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **Multiple Values:** fixes bug where number_of_values wasnt respected ([72c387da](https://github.com/kbknapp/clap-rs/commit/72c387da0bb8a6f526f863770f08bb8ca0d3de03))
|
||||
|
||||
|
||||
<a name="v2.0.4"></a>
|
||||
### v2.0.4 (2016-02-04)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "2.0.4"
|
||||
version = "2.0.5"
|
||||
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