Skip to content

Commit

Permalink
Auto merge of #611 - kbknapp:v2.10.0, r=kbknapp
Browse files Browse the repository at this point in the history
chore: increase version
  • Loading branch information
homu committed Jul 29, 2016
2 parents 3f79467 + 522d934 commit 8b41e94
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
<a name="v2.10.0"></a>
## v2.10.0 (2016-07-29)


#### Features

* **Completions:** one can generate a basic fish completions script at compile time ([1979d2f2](https://github.com/kbknapp/clap-rs/commit/1979d2f2f3216e57d02a97e624a8a8f6cf867ed9))

#### Bug Fixes

* **parser:** preserve external subcommand name ([875df243](https://github.com/kbknapp/clap-rs/commit/875df24316c266920a073c13bbefbf546bc1f635))

#### Breaking Changes

* **parser:** preserve external subcommand name ([875df243](https://github.com/kbknapp/clap-rs/commit/875df24316c266920a073c13bbefbf546bc1f635))

#### Documentation

* **YAML:** fixes example 17's incorrect reference to arg_groups instead of groups ([b6c99e13](https://github.com/kbknapp/clap-rs/commit/b6c99e1377f918e78c16c8faced70a71607da931), closes [#601](https://github.com/kbknapp/clap-rs/issues/601))



<a name="2.9.3"></a>
### 2.9.3 (2016-07-24)

Expand Down
12 changes: 12 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,46 @@ The following is a list of contributors to the [clap](https://github.com/kbknapp
* [Alexander Bulaev](https://github.com/alexbool)
* [Alexander Kuvaev](https://github.com/Vinatorul) <<[email protected]>>
* [Alex Gulyás](https://github.com/alex-gulyas)
* [Bence Szigeti](https://github.com/gohyda)
* [Benjamin Sago](https://github.com/ogham) <<[email protected]>>
* [Bilal Syed Hussain](https://github.com/Bilalh)
* [Brad Urani](https://github.com/bradurani)
* [Brian Pearce](https://github.com/brianp)
* [Barret Rennie](https://github.com/brennie)
* [Ceri Storey](https://github.com/cstorey)
* [Christopher Field](https://github.com/volks73)
* [Dabo Ross](https://github.com/daboross) <<[email protected]>>
* [David Szotten](https://github.com/davidszotten)
* [Dv](https://github.com/wdv4758h) <<[email protected]>>
* [Georg Brandl](https://github.com/birkenfeld) <<[email protected]>>
* [Paul Blouët](https://github.com/Georgi) <<[email protected]>>
* [Ian C](https://github.com/GrappigPanda)
* [grossws](https://github.com/grossws)
* [Ivan Dmitrievsky](https://github.com/idmit) <<[email protected]>>
* [Hernan Grecco](https://github.com/hgrecco)
* [Hexjelly](https://github.com/hexjelly) <<[email protected]>>
* [Holger Rapp](https://github.com/SirVer) <<[email protected]>>
* [Homu](https://github.com/homu)
* [Huon Wilson](https://github.com/huonw)
* [J/A](https://github.com/archer884)
* [Jacob Helwig](https://github.com/jhelwig) <<[email protected]>>
* [James McGlashan](https://github.com/james-darkfox)
* [Jimmy Cuadra](https://github.com/jimmycuadra)
* [Josh Triplett](https://github.com/joshtriplett) <<[email protected]>>
* [Jorge Aparicio](https://github.com/japaric) <<[email protected]>>
* [Kathryn Long](https://github.com/starkat99) <<[email protected]>>
* [Kevin K.](https://github.com/kbknapp) <<[email protected]>>
* [Markus Unterwaditzer](https://github.com/untitaker) <<[email protected]>>
* [messense](https://github.com/messense) <<[email protected]>>
* [Mike Boutin](https://github.com/iliekturtles)
* [Nelson Chen](https://github.com/nelsonjchen)
* [Nikolai Vazquez](https://github.com/nvzqz)
* [panicbit](https://github.com/panicbit) <<[email protected]>>
* [Paul Blouët](https://github.com/Geogi) <<[email protected]>>
* [Ross Nelson](https://github.com/rnelson) <<[email protected]>>
* [Roman A. Taycher](https://github.com/rtaycher) <<[email protected]>>
* [Sebastian Thiel](https://github.com/Byron) <<[email protected]>>
* [Sébastien Watteau](https://github.com/swatteau)
* [Severen Redwood](https://github.com/SShrike) <<[email protected]>>
* [SungRim Huh](https://github.com/sru) <<[email protected]>>
* [Tshepang Lekhonkhobe](https://github.com/tshepang) <<[email protected]>>
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 = "2.9.3"
version = "2.10.0"
authors = ["Kevin K. <[email protected]>"]
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
description = "A simple to use, efficient, and full featured Command Line Argument Parser"
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)

## What's New

Here's the highlights for v2.10.0


* **Fish Shell Completions:** one can generate a basic fish completions script at compile time!
* **External SubCommands:** fixes a bug which now correctly preserves external subcommand name along with args to said command (Minor breaking change that breaks no known real world code)
* **YAML Documentation:** fixes example 17's incorrect reference to arg_groups instead of groups


Here's the highlights for v2.9.3

* Adds the ability to generate completions to an `io::Write` object
Expand Down

0 comments on commit 8b41e94

Please sign in to comment.