From 56fc43400a7df36ff2421392742fb9087cd27698 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Mon, 24 Sep 2018 08:09:00 +0200 Subject: [PATCH] Release v0.3.0-beta.3 --- CHANGELOG.md | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bcbeb4..c22401d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## To be released -## v0.3.2-beta.2 - 2018-09-23 +## v0.3.0-beta.3 - 2018-09-24 + +### Changed + +* `show_cursor` is called when `Terminal` is dropped if the cursor is hidden. + +## v0.3.0-beta.2 - 2018-09-23 ### Changed @@ -28,7 +34,7 @@ let backend = TermionBackend::new(stdout); The resulting code is more verbose but it works with all combinations of additional `termion` features. -## v0.3.1-beta.1 - 2018-09-08 +## v0.3.0-beta.1 - 2018-09-08 ### Changed diff --git a/Cargo.toml b/Cargo.toml index e54fdde..563a943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.3.0-beta.2" +version = "0.3.0-beta.3" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards