Release v0.9.3

pull/290/head v0.9.3
Florian Dehau 4 years ago
parent b72ced4511
commit 10cf9305f1

@ -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

@ -1,11 +1,11 @@
[package]
name = "tui"
version = "0.9.2"
version = "0.9.3"
authors = ["Florian Dehau <work@fdehau.com>"]
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"

Loading…
Cancel
Save