Release v0.10.0

pull/345/head v0.10.0
Florian Dehau 4 years ago
parent 6b52c91257
commit 6504930888

@ -2,6 +2,8 @@
## To be released
## v0.10.0 - 2020-07-17
### Breaking changes
#### Easier cursor management

@ -1,6 +1,6 @@
[package]
name = "tui"
version = "0.9.5"
version = "0.10.0"
authors = ["Florian Dehau <work@fdehau.com>"]
description = """
A library to build rich terminal user interfaces or dashboards

@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! tui = "0.9"
//! tui = "0.10"
//! termion = "1.5"
//! ```
//!
@ -20,7 +20,7 @@
//! ```toml
//! [dependencies]
//! crossterm = "0.17"
//! tui = { version = "0.9", default-features = false, features = ['crossterm'] }
//! tui = { version = "0.10", default-features = false, features = ['crossterm'] }
//! ```
//!
//! The same logic applies for all other available backends.

Loading…
Cancel
Save