Skip to content

Commit 9605ea8

Browse files
authored
chore: increase version (#599)
1 parent 0ceba23 commit 9605ea8

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="2.9.3"></a>
2+
### 2.9.3 (2016-07-24)
3+
4+
5+
#### Bug Fixes
6+
7+
* fixes bug where only first arg in list of required_unless_one is recognized ([1fc3b55b](https://github.com/kbknapp/clap-rs/commit/1fc3b55bd6c8653b02e7c4253749c6b77737d2ac), closes [#575](https://github.com/kbknapp/clap-rs/issues/575))
8+
* **Settings:** fixes typo subcommandsrequired->subcommandrequired ([fc72cdf5](https://github.com/kbknapp/clap-rs/commit/fc72cdf591d30f5d9375d0b5cc2a2ff3e812f9f6), closes [#593](https://github.com/kbknapp/clap-rs/issues/593))
9+
10+
#### Features
11+
12+
* **Completions:** adds the ability to generate completions to io::Write object ([9f62cf73](https://github.com/kbknapp/clap-rs/commit/9f62cf7378ba5acb5ce8c5bac89b4aa60c30755f))
13+
* **Settings:** Add unset_setting and unset_settings fns to App (#598) ([0ceba231](https://github.com/kbknapp/clap-rs/commit/0ceba231c6767cd6d88fdb1feeeea41deadf77ff), closes [#590](https://github.com/kbknapp/clap-rs/issues/590))
14+
15+
116
<a name="2.9.2"></a>
217
### 2.9.2 (2016-07-03)
318

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "clap"
4-
version = "2.9.2"
4+
version = "2.9.3"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
77
description = "A simple to use, efficient, and full featured Command Line Argument Parser"

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
3939

4040
## What's New
4141

42+
Here's the highlights for v2.9.3
43+
44+
* Adds the ability to generate completions to an `io::Write` object
45+
* Adds an `App::unset_setting` and `App::unset_settings`
46+
* Fixes bug where only first arg in list of `required_unless_one` is recognized
47+
* Fixes a typo bug `SubcommandsRequired`->`SubcommandRequired`
48+
49+
4250
Here's the highlights for v2.9.2
4351

4452

0 commit comments

Comments
 (0)