Skip to content

Commit 4a23f1b

Browse files
committed
chore(clap): increase version
1 parent a1fb94b commit 4a23f1b

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.4"
4+
version = "0.7.5"
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.5"></a>
2+
## v0.7.5 (2015-05-04)
3+
4+
5+
#### Bug Fixes
6+
7+
* **Options** fixes bug where options with no value don't error out ([a1fb94be](https://github.com/kbknapp/clap-rs/commit/a1fb94be53141572ffd97aad037295d4ffec82d0))
8+
9+
10+
111
<a name="v0.7.4"></a>
212
## v0.7.4 (2015-05-03)
313

0 commit comments

Comments
 (0)