From 10cf9305f1d4aadc5dcdff956ac22fd33f7ddbb6 Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sun, 10 May 2020 23:57:43 +0200 Subject: [PATCH] Release v0.9.3 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2423ee2..485dec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## To be released +## v0.9.3 - 2020-05-11 + +### Bug Fixes + +* Fix usize overflows in `widgets::Chart` when a dataset is empty. + ## v0.9.2 - 2020-05-10 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index b0f6f5e..fdcb4e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tui" -version = "0.9.2" +version = "0.9.3" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards """ -documentation = "https://docs.rs/tui/0.9.2/tui/" +documentation = "https://docs.rs/tui/0.9.3/tui/" keywords = ["tui", "terminal", "dashboard"] repository = "https://github.com/fdehau/tui-rs" license = "MIT"