mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(clap): increase version
This commit is contained in:
parent
28691b52f6
commit
918f52ea35
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# v0.5.6
|
||||
* Fixed another bug in help info formatting, help info is now 100%
|
||||
# v0.5.5
|
||||
* Fixed formatting in help info when flags or options have a long but no short
|
||||
* Prefer long in usage info when a required option has both long and short
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.5.5"
|
||||
version = "0.5.6"
|
||||
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