chore: increase version

Closes #434
This commit is contained in:
Kevin K 2016-02-23 22:39:13 -05:00
parent a5ceee21b5
commit 0b67367226
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
<a name="v2.1.2"></a>
### v2.1.2 (2016-02-24)
#### Bug Fixes
* **Nightly:** fixes failing nightly build ([d752c170](https://github.com/kbknapp/clap-rs/commit/d752c17029598b19037710f204b7943f0830ae75), closes [#434](https://github.com/kbknapp/clap-rs/issues/434))
<a name="v2.1.1"></a> <a name="v2.1.1"></a>
### v2.1.1 (2016-02-19) ### v2.1.1 (2016-02-19)

View file

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