chore: increase version

This commit is contained in:
Kevin K 2015-06-06 17:13:36 -04:00
parent ab4b46b5fd
commit bac6fb5665
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v0.10.5"></a>
### v0.10.5 (2015-06-06)
#### Bug Fixes
* **Global Args** global arguments propogate fully now ([1f377960](https://github.com/kbknapp/clap-rs/commit/1f377960a48c82f54ca5f39eb56bcb393140b046), closes [#137](https://github.com/kbknapp/clap-rs/issues/137))
<a name="v0.10.4"></a>
### v0.10.4 (2015-06-06)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.10.4"
version = "0.10.5"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-tests/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"