Auto merge of #273 - kbknapp:inc-ver, r=sru

chore: increase version
This commit is contained in:
Homu 2015-09-23 11:18:18 +09:00
commit 58c2c741d2
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v1.4.2"></a>
### v1.4.2 (2015-09-23)
#### Bug Fixes
* **Conflicts:** fixes bug with conflicts not removing required args ([e17fcec5](https://github.com/kbknapp/clap-rs/commit/e17fcec53b3216ad047a13dddc6f740473fad1a1), closes [#271](https://github.com/kbknapp/clap-rs/issues/271))
<a name="v1.4.1"></a>
### v1.4.1 (2015-09-22)

View file

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