Skip to content

Commit

Permalink
chore(clap): increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Apr 3, 2015
1 parent 9769dd6 commit b1cf771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v0.5.10
* Fixed bug when the only options available have no long version in help info
# v0.5.9
* Removed unstable features for Rust 1.0
* Removed libc as a dependency in favor of std::process::exit()
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "clap"
version = "0.5.9"
version = "0.5.10"
authors = ["Kevin K. <[email protected]>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple and efficient Command Line Argument Parser"
Expand Down

0 comments on commit b1cf771

Please sign in to comment.