mirror of
https://github.com/clap-rs/clap
synced 2024-12-13 14:22:34 +00:00
parent
a5ceee21b5
commit
0b67367226
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
<a name="v2.1.2"></a>
|
||||
### v2.1.2 (2016-02-24)
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* **Nightly:** fixes failing nightly build ([d752c170](https://github.com/kbknapp/clap-rs/commit/d752c17029598b19037710f204b7943f0830ae75), closes [#434](https://github.com/kbknapp/clap-rs/issues/434))
|
||||
|
||||
|
||||
<a name="v2.1.1"></a>
|
||||
### v2.1.1 (2016-02-19)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
|
||||
name = "clap"
|
||||
version = "2.1.1"
|
||||
version = "2.1.2"
|
||||
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