mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(clap): increased version
This commit is contained in:
parent
057eab501f
commit
c238b49ba9
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue