mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore: increase version
This commit is contained in:
parent
a2ff664ad7
commit
62f283a7ca
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
<a name="v1.1.5"></a>
|
||||
### v1.1.5 (2015-07-29)
|
||||
|
||||
#### Performance
|
||||
|
||||
* removes some unneeded allocations ([93e915df](https://github.com/kbknapp/clap-rs/commit/93e915dfe300f7b7d6209ca93323c6a46f89a8c1))
|
||||
|
||||
<a name="v1.1.4"></a>
|
||||
### v1.1.4 (2015-07-20)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "1.1.4"
|
||||
version = "1.1.5"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["examples/*", "clap-tests/*"]
|
||||
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
|
||||
|
|
Loading…
Reference in a new issue