-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #611 - kbknapp:v2.10.0, r=kbknapp
chore: increase version
- Loading branch information
Showing
4 changed files
with
43 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters