Skip to content
This repository was archived by the owner on Mar 10, 2021. It is now read-only.

Commit 305460a

Browse files
committed
chore: increase version
1 parent 390ba0b commit 305460a

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@
1212

1313
* allows getting the terminal size of all standard streams, or just particular ones ([19f5b91e](https://github.com/kbknapp/term_size-rs/commit/19f5b91eed0b6486983b80fe713ad18e34afb70a))
1414

15+
<a name="v0.3.2"></a>
16+
## (2020-05-02)
17+
18+
19+
#### Features
20+
21+
* allows getting the terminal size of all standard streams, or just particular ones ([19f5b91e](https://github.com/kbknapp/term_size-rs/commit/19f5b91eed0b6486983b80fe713ad18e34afb70a))
22+
23+
#### Documentation
24+
25+
* updates the docs and copyright notices for 1.0 by adding examples sections ([86819dc5](https://github.com/kbknapp/term_size-rs/commit/86819dc5f1f80f3d9172bf3fa70781294762252e))
26+
* adds a CONTRIBUTORS.md file and just target to update it ([36d82b7a](https://github.com/kbknapp/term_size-rs/commit/36d82b7a094e02eb76d26bb987a53ac85f3dc407))
27+
* **README.md:**
28+
* updates the readme with minimum version of Rust and Breaking Changes policies ([e99990e8](https://github.com/kbknapp/term_size-rs/commit/e99990e89622e988865f16b308571e35f7b39d01))
29+
* updates the docs location to point to docs.rs ([0f4160fc](https://github.com/kbknapp/term_size-rs/commit/0f4160fc37c2311ff2e02f97cb252b2d09a87629))
1530

1631
<a name="v0.3.0"></a>
1732
## v0.3.0 (2017-04-09)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "term_size"
3-
version = "1.0.0-beta1"
3+
version = "0.3.2"
44
authors = ["Kevin K. <[email protected]>", "Benjamin Sago <[email protected]>"]
55
exclude = ["/.clog.toml", "/.travis.yml", "/appveyor.yml", "/index.html", "/justfile"]
66
description = "functions for determining terminal sizes and dimensions"

0 commit comments

Comments
 (0)