Release v0.9.5

pull/305/head v0.9.5
Florian Dehau 4 years ago
parent 7110fe0159
commit 18714caa60

@ -2,6 +2,13 @@
## To be released
## v0.9.5 - 2020-05-21
### Bug Fixes
* Fix out of bounds panic in `widgets::Tabs` when the widget is rendered on
small areas.
## v0.9.4 - 2020-05-12
### Bug Fixes

@ -1,11 +1,11 @@
[package]
name = "tui"
version = "0.9.4"
version = "0.9.5"
authors = ["Florian Dehau <work@fdehau.com>"]
description = """
A library to build rich terminal user interfaces or dashboards
"""
documentation = "https://docs.rs/tui/0.9.4/tui/"
documentation = "https://docs.rs/tui/0.9.5/tui/"
keywords = ["tui", "terminal", "dashboard"]
repository = "https://github.com/fdehau/tui-rs"
license = "MIT"

Loading…
Cancel
Save