mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 06:12:40 +00:00
version bump
This commit is contained in:
parent
a81f915c2d
commit
a85bc49185
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
# v0.4.14
|
||||
* Changed App version, about, name, author, and usage to allow lifetimes other than 'static
|
||||
# v0.4.13
|
||||
* Bug fixes with how multiple options are parsed
|
||||
# v0.4.12
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.4.13"
|
||||
version = "0.4.14"
|
||||
authors = ["Kevin K. <kbknapp@gmail.com>"]
|
||||
exclude = ["docs/*", "examples/*", "tests/*"]
|
||||
description = "A Command Line Argument Parser written in Rust"
|
||||
|
|
Loading…
Reference in a new issue