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

Commit e714b6a

Browse files
committed
chore: increase version
1 parent 7361c69 commit e714b6a

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
<a name="v1.0.0-beta.2"></a>
2+
## (2020-05-03)
3+
4+
#### Features
5+
6+
* Fully implements all standard streams on Windows ([6b369ce89](https://github.com/clap-rs/term_size-rs/commit/6b369ce896203fd8761e0e22bda43629ff459c35))
7+
18
<a name="v1.0.0-beta1"></a>
29
## v1.0.0-beta1 (2017-12-07)
310

4-
511
#### Documentation
612

713
* updates the docs and copyright notices for 1.0 by adding examples sections ([86819dc5](https://github.com/kbknapp/term_size-rs/commit/86819dc5f1f80f3d9172bf3fa70781294762252e))
@@ -15,23 +21,15 @@
1521
<a name="v0.3.2"></a>
1622
## (2020-05-02)
1723

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))
24+
* Updates to `winapi` v0.3
2225

2326
#### Documentation
2427

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))
2928
* updates the docs location to point to docs.rs ([0f4160fc](https://github.com/kbknapp/term_size-rs/commit/0f4160fc37c2311ff2e02f97cb252b2d09a87629))
3029

3130
<a name="v0.3.0"></a>
3231
## v0.3.0 (2017-04-09)
3332

34-
3533
#### Features
3634

3735
* allows getting the terminal size of all standard streams, or just particular ones ([c7095c95](https://github.com/kbknapp/term_size-rs/commit/c7095c95d633e0a36ea78434bc83349a9711a187))

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 = "0.3.2"
3+
version = "1.0.0-beta.2"
44
authors = ["Kevin K. <[email protected]>", "Benjamin Sago <[email protected]>"]
55
edition = "2018"
66
exclude = ["/.clog.toml", "/.travis.yml", "/appveyor.yml", "/index.html", "/justfile"]

0 commit comments

Comments
 (0)