Merge pull request #504 from kbknapp/v2.5.1

chore: increase version
This commit is contained in:
Kevin K 2016-05-11 15:53:15 -04:00
commit 0c6c4ad743
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v2.5.1"></a>
### v2.5.1 (2016-05-11)
#### Bug Fixes
* **Subcommand Aliases**: fixes lifetime issue when setting multiple aliases at once ([ac42f6cf0](https://github.com/kbknapp/clap-rs/commit/ac42f6cf0de6c4920f703807d63061803930b18d))
<a name="v2.5.0"></a> <a name="v2.5.0"></a>
## v2.5.0 (2016-05-10) ## v2.5.0 (2016-05-10)

View file

@ -1,7 +1,7 @@
[package] [package]
name = "clap" name = "clap"
version = "2.5.0" version = "2.5.1"
authors = ["Kevin K. <kbknapp@gmail.com>"] authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"] exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
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"