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
042577d254
commit
2041cc4fda
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# v0.5.12
|
||||
* Arguments are now sorted by name so displaying of the help info doesn't change from run to run
|
||||
# v0.5.11
|
||||
* Fixed bug with partial overrides of help / version (with -v and -h)
|
||||
* Small code cleanup
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.5.11"
|
||||
version = "0.5.12"
|
||||
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