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 ## To be released
## v0.10.0 - 2020-07-17
### Breaking changes ### Breaking changes
#### Easier cursor management #### Easier cursor management

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

@ -9,7 +9,7 @@
//! //!
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! tui = "0.9" //! tui = "0.10"
//! termion = "1.5" //! termion = "1.5"
//! ``` //! ```
//! //!
@ -20,7 +20,7 @@
//! ```toml //! ```toml
//! [dependencies] //! [dependencies]
//! crossterm = "0.17" //! 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. //! The same logic applies for all other available backends.

Loading…
Cancel
Save