Release v0.9.4

pull/291/head v0.9.4
Florian Dehau 4 years ago
parent a7761fe55d
commit 963f11a6b1

@ -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…
Cancel
Save