chore: increase version

This commit is contained in:
Kevin K 2016-11-05 19:58:30 -04:00
parent b620323299
commit 475c21814e
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,13 @@
<a name="v2.18.0"></a>
## v2.18.0 (2016-11-05)
#### Features
* **Completions:** adds completion support for PowerShell. ([cff82c88](https://github.com/kbknapp/clap-rs/commit/cff82c880e21064fca63351507b80350df6caadf), closes [#729](https://github.com/kbknapp/clap-rs/issues/729))
<a name="v2.17.1"></a>
### v2.17.1 (2016-11-02)

View file

@ -1,7 +1,7 @@
[package]
name = "clap"
version = "2.17.1"
version = "2.18.0"
authors = ["Kevin K. <kbknapp@gmail.com>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
repository = "https://github.com/kbknapp/clap-rs.git"

View file

@ -41,6 +41,10 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
## What's New
Here's what's new in v2.18.0
* **Completions:** Adds completion support for Microsoft PowerShell! (Thanks to @Arnavion)
Here's what's new in v2.17.1
* Fixes a bug where using low index multiples was propagated to subcommands