Skip to content

Commit 37a925d

Browse files
committed
chore(clap): increase version
1 parent f66334d commit 37a925d

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.3"
4+
version = "0.7.4"
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.4"></a>
2+
## v0.7.4 (2015-05-03)
3+
4+
5+
#### Bug Fixes
6+
7+
* **Options** fixes a bug where option arguments in succession get their values skipped ([f66334d0](https://github.com/kbknapp/clap-rs/commit/f66334d0ce984e2b56e5c19abb1dd536fae9342a))
8+
9+
10+
111
<a name="v0.7.3"></a>
212
## v0.7.3 (2015-05-03)
313

0 commit comments

Comments
 (0)