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

Commit

Permalink
chore: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed May 3, 2020
1 parent 7361c69 commit e714b6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<a name="v1.0.0-beta.2"></a>
## (2020-05-03)

#### Features

* Fully implements all standard streams on Windows ([6b369ce89](https://github.com/clap-rs/term_size-rs/commit/6b369ce896203fd8761e0e22bda43629ff459c35))

<a name="v1.0.0-beta1"></a>
## v1.0.0-beta1 (2017-12-07)


#### Documentation

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


#### Features

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

#### Documentation

* updates the docs and copyright notices for 1.0 by adding examples sections ([86819dc5](https://github.com/kbknapp/term_size-rs/commit/86819dc5f1f80f3d9172bf3fa70781294762252e))
* adds a CONTRIBUTORS.md file and just target to update it ([36d82b7a](https://github.com/kbknapp/term_size-rs/commit/36d82b7a094e02eb76d26bb987a53ac85f3dc407))
* **README.md:**
* updates the readme with minimum version of Rust and Breaking Changes policies ([e99990e8](https://github.com/kbknapp/term_size-rs/commit/e99990e89622e988865f16b308571e35f7b39d01))
* updates the docs location to point to docs.rs ([0f4160fc](https://github.com/kbknapp/term_size-rs/commit/0f4160fc37c2311ff2e02f97cb252b2d09a87629))

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


#### Features

* allows getting the terminal size of all standard streams, or just particular ones ([c7095c95](https://github.com/kbknapp/term_size-rs/commit/c7095c95d633e0a36ea78434bc83349a9711a187))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "term_size"
version = "0.3.2"
version = "1.0.0-beta.2"
authors = ["Kevin K. <[email protected]>", "Benjamin Sago <[email protected]>"]
edition = "2018"
exclude = ["/.clog.toml", "/.travis.yml", "/appveyor.yml", "/index.html", "/justfile"]
Expand Down

0 comments on commit e714b6a

Please sign in to comment.