mirror of
https://github.com/clap-rs/clap
synced 2025-01-06 01:38:43 +00:00
chore: increase version
This commit is contained in:
parent
2a09c662a3
commit
1160bd8d96
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
||||||
|
<a name="v1.1.3"></a>
|
||||||
|
### v1.1.3 (2015-07-18)
|
||||||
|
|
||||||
|
|
||||||
|
#### Documentation
|
||||||
|
|
||||||
|
* updates README.md to include lack of color support on Windows ([52f81e17](https://github.com/kbknapp/clap-rs/commit/52f81e17377b18d2bd0f34693b642b7f358998ee))
|
||||||
|
|
||||||
|
#### Bug Fixes
|
||||||
|
|
||||||
|
* fixes formatting bug which prevented compiling on windows ([9cb5dceb](https://github.com/kbknapp/clap-rs/commit/9cb5dceb3e5fe5e0e7b24619ff77e5040672b723), closes [#163](https://github.com/kbknapp/clap-rs/issues/163))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="v1.1.2"></a>
|
<a name="v1.1.2"></a>
|
||||||
### v1.1.2 (2015-07-17)
|
### v1.1.2 (2015-07-17)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
|
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "1.1.2"
|
version = "1.1.3"
|
||||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||||
exclude = ["examples/*", "clap-tests/*"]
|
exclude = ["examples/*", "clap-tests/*"]
|
||||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||||
|
|
Loading…
Reference in a new issue