Skip to content

Commit f2dd2cb

Browse files
committed
chore: increase version
1 parent 65ba33d commit f2dd2cb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v1.1.1"></a>
2+
## v1.1.1 (2015-07-17)
3+
4+
5+
#### Bug Fixes
6+
7+
* fixes a logic bug and allows setting Arg::number_of_values() < 2 ([42b6d1fc](https://github.com/kbknapp/clap-rs/commit/42b6d1fc3c519c92dfb3af15276e7d3b635e6cfe), closes [#161](https://github.com/kbknapp/clap-rs/issues/161))
8+
9+
10+
111
<a name="v1.1.0"></a>
212
## v1.1.0 (2015-07-16)
313

Cargo.toml

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

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

0 commit comments

Comments
 (0)