mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 14:08:44 +00:00
Release v0.9.4
This commit is contained in:
parent
a7761fe55d
commit
963f11a6b1
2 changed files with 8 additions and 2 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
## To be released
|
||||
|
||||
## v0.9.4 - 2020-05-12
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Ignore zero-width graphemes in `Buffer::set_stringn`.
|
||||
|
||||
## v0.9.3 - 2020-05-11
|
||||
|
||||
### Bug Fixes
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
[package]
|
||||
name = "tui"
|
||||
version = "0.9.3"
|
||||
version = "0.9.4"
|
||||
authors = ["Florian Dehau <work@fdehau.com>"]
|
||||
description = """
|
||||
A library to build rich terminal user interfaces or dashboards
|
||||
"""
|
||||
documentation = "https://docs.rs/tui/0.9.3/tui/"
|
||||
documentation = "https://docs.rs/tui/0.9.4/tui/"
|
||||
keywords = ["tui", "terminal", "dashboard"]
|
||||
repository = "https://github.com/fdehau/tui-rs"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Add table
Reference in a new issue