Skip to content

Commit 58c8e2d

Browse files
committed
chore(clap): increase version
1 parent eb0e374 commit 58c8e2d

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="v0.8.2"></a>
2+
## v0.8.2 (2015-05-08)
3+
4+
5+
#### Bug Fixes
6+
7+
* **usage strings** positional arguments are presented in index order ([eb0e374e](https://github.com/kbknapp/clap-rs/commit/eb0e374ecf952f1eefbc73113f21e0705936e40b), closes [#112](https://github.com/kbknapp/clap-rs/issues/112))
8+
9+
10+
111
<a name="v0.8.1"></a>
212
## v0.8.1 (2015-05-06)
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 = "0.8.1"
4+
version = "0.8.2"
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)