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
9af52e93ce
commit
012ff7f8a9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# v0.4.16
|
||||
* Fixed bug with multiple options
|
||||
* Removed unneeded Box<>'s
|
||||
* Fixed formatting with positionals in help info
|
||||
# v0.4.15
|
||||
* Changed libc to crates.io in prep for Rust 1.0 stability
|
||||
# v0.4.14
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "0.4.15"
|
||||
version = "0.4.16"
|
||||
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