Skip to content

Commit 8b7a5bc

Browse files
committed
chore(clap): increase version
1 parent 02ce540 commit 8b7a5bc

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "0.7.5"
4+
version = "0.7.6"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["docs/*", "examples/*", "claptests/*"]
77
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

changelog.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
<a name="v0.7.6"></a>
2+
## v0.7.6 (2015-05-05)
3+
4+
5+
#### Improvements
6+
7+
* **Options** adds number of values to options in help/usage ([c1c993c4](https://github.com/kbknapp/clap-rs/commit/c1c993c419d18e35c443785053d8de9a2ef88073))
8+
9+
#### Features
10+
11+
* **from_usage** adds ability to add value names or num of vals in usage string ([ad55748c](https://github.com/kbknapp/clap-rs/commit/ad55748c265cf27935c7b210307d2040b6a09125), closes [#98](https://github.com/kbknapp/clap-rs/issues/98))
12+
13+
#### Bug Fixes
14+
15+
* **MultipleValues** properly distinguishes between multiple values and multiple occurrences ([dd2a7564](https://github.com/kbknapp/clap-rs/commit/dd2a75640ca68a91b973faad15f04df891356cef), closes [#99](https://github.com/kbknapp/clap-rs/issues/99))
16+
* **help** fixes tab alignment with multiple values ([847001ff](https://github.com/kbknapp/clap-rs/commit/847001ff6d8f4d9518e810fefb8edf746dd0f31e))
17+
18+
#### Documentation
19+
20+
* **from_usage** explains new usage strings with multiple values ([5a3a42df](https://github.com/kbknapp/clap-rs/commit/5a3a42dfa3a783537f88dedc0fd5f0edcb8ea372))
21+
22+
23+
124
<a name="v0.7.5"></a>
225
## v0.7.5 (2015-05-04)
326

0 commit comments

Comments
 (0)