Skip to content

Commit 4a11b30

Browse files
committed
chore(clap): increase version
1 parent 88d976c commit 4a11b30

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.1"
4+
version = "0.7.2"
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.2"></a>
2+
## v0.7.2 (2015-05-03)
3+
4+
5+
#### Bug Fixes
6+
7+
* **RequiredArgs** fixes bug where required-by-default arguments are not listed in usage ([12aea961](https://github.com/kbknapp/clap-rs/commit/12aea9612d290845ba86515c240aeeb0a21198db), closes [#96](https://github.com/kbknapp/clap-rs/issues/96))
8+
9+
10+
111
<a name="v0.7.1"></a>
212
## v0.7.1 (2015-05-01)
313

0 commit comments

Comments
 (0)