Skip to content

Commit 4903add

Browse files
committed
chore(clap): increase version
1 parent 73229bd commit 4903add

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="v0.8.1"></a>
2+
## v0.8.1 (2015-05-06)
3+
4+
5+
#### Bug Fixes
6+
7+
* **subcommands** stops parsing multiple values when subcommands are found ([fc79017e](https://github.com/kbknapp/clap-rs/commit/fc79017eced04fd41cc1801331e5054df41fac17), closes [#109](https://github.com/kbknapp/clap-rs/issues/109))
8+
9+
#### Improvements
10+
11+
* **color** reduces color in error messages ([aab44cca](https://github.com/kbknapp/clap-rs/commit/aab44cca6352f47e280c296e50c535f5d752dd46), closes [#110](https://github.com/kbknapp/clap-rs/issues/110))
12+
* **suggestions** adds suggested arguments to usage strings ([99447414](https://github.com/kbknapp/clap-rs/commit/994474146e9fb8b701af773a52da71553d74d4b7))
13+
14+
15+
116
<a name="v0.8.0"></a>
217
## v0.8.0 (2015-05-06)
318

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.8.0"
4+
version = "0.8.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)