chore(clap): increase version

This commit is contained in:
Kevin K 2015-03-26 21:21:01 -04:00
parent 1cf73817d6
commit 24ec2da5bf
2 changed files with 6 additions and 4 deletions

View file

@ -1,7 +1,9 @@
# v0.4.17
* Arg values now accept lifetimes other than 'static
# v0.4.16
* Fixed bug with multiple options
* Removed unneeded Box<>'s
* Fixed formatting with positionals in help info
* 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

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "0.4.16"
version = "0.4.17"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple and efficient Command Line Argument Parser"