chore(clap): increased version

This commit is contained in:
Kevin K 2015-04-02 22:47:52 -04:00
parent 057eab501f
commit c238b49ba9
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
# v0.5.8
* Fixed bug with positional arguments who are required by others, but not listed in usage
* Improved error messages for arguments with exclusions
* Fixed help information formatting (regression from a rebase)
* Improved assertions for flag arguments
* Small code clean ups
# v0.5.7
* Fixed bug with required-by-default arguments who are mutually exclusive
with matched arguments

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.5.7"
version = "0.5.8"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple and efficient Command Line Argument Parser"