mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
chore: increase version
This commit is contained in:
parent
205b07bf2e
commit
cebb889ebc
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
<a name="v2.2.3"></a>
|
||||
### v2.2.3 (2016-03-28)
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **Help Subcommand:** fixes issue where help and version flags weren't properly displayed ([205b07bf](https://github.com/kbknapp/clap-rs/commit/205b07bf2e6547851f1290f8cd6b169145e144f1), closes [#466](https://github.com/kbknapp/clap-rs/issues/466))
|
||||
|
||||
<a name="v2.2.2"></a>
|
||||
### v2.2.2 (2016-03-27)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "2.2.2"
|
||||
version = "2.2.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"
|
||||
|
|
Loading…
Reference in a new issue