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 1, 2015
1 parent d2ee535 commit c214f72
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.1
* Fixed a bug when the only arguments you've defined are also required
# v0.5.0
* Added support for values and positional arguments with only specific values
* Some performance fixes
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.0"
version = "0.5.1"
authors = ["Kevin K. <[email protected]>"]
exclude = ["docs/*", "examples/*", "claptests/*"]
description = "A simple and efficient Command Line Argument Parser"
Expand Down

0 comments on commit c214f72

Please sign in to comment.