mirror of
https://github.com/ratatui-org/ratatui
synced 2024-11-10 07:04:17 +00:00
Release v0.9.5
This commit is contained in:
parent
7110fe0159
commit
18714caa60
2 changed files with 9 additions and 2 deletions
|
@ -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…
Reference in a new issue