Skip to content

Commit

Permalink
chore: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Feb 2, 2016
1 parent 8c96845 commit a24c016
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="v2.0.3"></a>
### v2.0.3 (2016-02-02)


#### Bug Fixes

* **App::args_from_usage:** skips empty lines when parsing multiple args ([f55c865c](https://github.com/kbknapp/clap-rs/commit/f55c865c684c8660ad04581dca874d94dc9987aa))
* **value_t_or_exit:** fixes typo which causes `value_t_or_exit!` to return a Result ([e8282e74](https://github.com/kbknapp/clap-rs/commit/e8282e740ab214ae65845da6564842e72247b6bb))

#### Features

* **AppSettings:** adds HidePossibleValuesInHelp to skip writing those values ([f55c865c](https://github.com/kbknapp/clap-rs/commit/f55c865c684c8660ad04581dca874d94dc9987aa))


<a name="v2.0.2"></a>
### v2.0.2 (2016-01-31)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "clap"
version = "2.0.2"
version = "2.0.3"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-tests/*", "tests/*", "benches/*", "*.png", "clap-perf/*"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
Expand All @@ -17,7 +17,7 @@ vec_map = "~0.4"
ansi_term = { version = "~0.7", optional = true }
strsim = { version = "~0.4.0", optional = true }
yaml-rust = { version = "~0.3", optional = true }
clippy = { version = "~0.0.35", optional = true }
clippy = { version = "~0.0.37", optional = true }

[features]
default = ["suggestions", "color"]
Expand Down

0 comments on commit a24c016

Please sign in to comment.