mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore(clap): increase version
This commit is contained in:
parent
6ceb88a594
commit
e095f6268d
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
# v0.5.7
|
||||
* Fixed bug with required-by-default arguments who are mutually exclusive
|
||||
with matched arguments
|
||||
# v0.5.6
|
||||
* Fixed another bug in help info formatting, help info is now 100%
|
||||
# v0.5.5
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.5.6"
|
||||
version = "0.5.7"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "claptests/*"]
|
||||
description = "A simple and efficient Command Line Argument Parser"
|
||||
|
|
Loading…
Add table
Reference in a new issue