Skip to content

Commit 9fa6ea7

Browse files
committed
chore(clap): increase version
1 parent 86d92c9 commit 9fa6ea7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["docs/*", "examples/*", "claptests/*"]
77
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

changelog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v0.7.1"></a>
2+
## v0.7.1 (2015-05-01)
3+
4+
5+
#### Bug Fixes
6+
7+
* **MultipleValues** stops evaluating values if the max or exact number of values was reached ([86d92c9f](https://github.com/kbknapp/clap-rs/commit/86d92c9fdbf9f422442e9562977bbaf268dbbae1))
8+
9+
10+
111
<a name="v0.7.0"></a>
212
## v0.7.0 (2015-04-30)
313

0 commit comments

Comments
 (0)