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"