mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore(clap): increase version
This commit is contained in:
parent
86d92c9fdb
commit
9fa6ea7cc6
2 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||
|
|
10
changelog.md
10
changelog.md
|
@ -1,3 +1,13 @@
|
|||
<a name="v0.7.1"></a>
|
||||
## v0.7.1 (2015-05-01)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **MultipleValues** stops evaluating values if the max or exact number of values was reached ([86d92c9f](https://github.com/kbknapp/clap-rs/commit/86d92c9fdbf9f422442e9562977bbaf268dbbae1))
|
||||
|
||||
|
||||
|
||||
<a name="v0.7.0"></a>
|
||||
## v0.7.0 (2015-04-30)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue