mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore(clap): increase version
This commit is contained in:
parent
da549dcb6c
commit
f244ca6f9a
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# v0.5.2
|
||||
* Fixed a bug when applications have hyphens in their names
|
||||
# v0.5.1
|
||||
* Fixed a bug when the only arguments you've defined are also required
|
||||
# v0.5.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.5.1"
|
||||
version = "0.5.2"
|
||||
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