Skip to content

Commit 3f44dd4

Browse files
committed
Auto merge of #926 - kbknapp:v2.23.2, r=kbknapp
V2.23.2 <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/kbknapp/clap-rs/926) <!-- Reviewable:end -->
2 parents 6cbc161 + f842e8f commit 3f44dd4

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="v2.23.2"></a>
2+
### v2.23.2 (2017-04-09)
3+
4+
5+
#### Improvements
6+
7+
* bumps term_size to take advantage of better terminal dimension handling ([e05100b7](https://github.com/kbknapp/clap-rs/commit/e05100b73d74066a90876bf38f952adf5e8ee422))
8+
9+
10+
111
<a name="v2.23.1"></a>
212
### v2.23.1 (2017-04-05)
313

Cargo.toml

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

33
name = "clap"
4-
version = "2.23.1"
4+
version = "2.23.2"
55
authors = ["Kevin K. <[email protected]>"]
66
exclude = ["examples/*", "clap-test/*", "tests/*", "benches/*", "*.png", "clap-perf/*", "*.dot"]
77
repository = "https://github.com/kbknapp/clap-rs.git"
@@ -22,7 +22,7 @@ unicode-width = "0.1.4"
2222
unicode-segmentation = "1.0.1"
2323
strsim = { version = "0.6.0", optional = true }
2424
ansi_term = { version = "0.9.0", optional = true }
25-
term_size = { version = "0.2.3", optional = true }
25+
term_size = { version = "0.3.0", optional = true }
2626
yaml-rust = { version = "0.3.5", optional = true }
2727
clippy = { version = "~0.0.118", optional = true }
2828
atty = { version = "0.2.2", optional = true }

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
4545

4646
## What's New
4747

48+
Here's the highlights for v2.23.2
49+
50+
* bumps term_size to take advantage of better terminal dimension handling
51+
4852
Here's the highlights for v2.23.1
4953

5054
* fixes a missing newline character in the autogenerated help and version messages in some instances

0 commit comments

Comments
 (0)