From eb47c778dbaa87a616e2b2fb95bfb5a4e09365ab Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 10 May 2020 15:50:44 +0200 Subject: [PATCH] Release v0.9.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c704bbf..2423ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## To be released +## v0.9.2 - 2020-05-10 + +### Bug Fixes + +* Fix usize overflows in `widgets::canvas::Line` drawing algorithm. + ## v0.9.1 - 2020-04-16 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 8c860fc..b0f6f5e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tui" -version = "0.9.1" +version = "0.9.2" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards """ -documentation = "https://docs.rs/tui/0.9.1/tui/" +documentation = "https://docs.rs/tui/0.9.2/tui/" keywords = ["tui", "terminal", "dashboard"] repository = "https://github.com/fdehau/tui-rs" license = "MIT"