chore: increase version

This commit is contained in:
Kevin K 2015-09-04 14:19:55 -04:00
parent 29c1d566d3
commit c279b800a2
2 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,18 @@
<a name="v1.3.1"></a>
### v1.3.1 (2015-09-04)
#### Examples
* **17_yaml:** fixed example ([9b848622](https://github.com/kbknapp/clap-rs/commit/9b848622296c8c5c7b9a39b93ddd41f51df790b5))
#### Performance
* changes ArgGroup HashSets to Vec ([3cb4a48e](https://github.com/kbknapp/clap-rs/commit/3cb4a48ebd15c20692f4f3a2a924284dc7fd5e10))
* changes BTreeSet for Vec in some instances ([baab2e3f](https://github.com/kbknapp/clap-rs/commit/baab2e3f4060e811abee14b1654cbcd5cf3b5fea))
<a name="v1.3.0"></a>
## v1.3.0 (2015-09-01)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "1.3.0"
version = "1.3.1"
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"