mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore(clap): increase version
This commit is contained in:
parent
eb0e374ecf
commit
58c8e2d44f
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
<a name="v0.8.2"></a>
|
||||
## v0.8.2 (2015-05-08)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **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))
|
||||
|
||||
|
||||
|
||||
<a name="v0.8.1"></a>
|
||||
## v0.8.1 (2015-05-06)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.8.1"
|
||||
version = "0.8.2"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["examples/*", "clap-tests/*"]
|
||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||
|
|
Loading…
Add table
Reference in a new issue