Release v0.9.2

pull/274/head^2 v0.9.2
Florian Dehau 4 years ago
parent 359b7feb8c
commit eb47c778db

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

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

Loading…
Cancel
Save