mirror of
https://github.com/ratatui-org/ratatui
synced 2025-02-16 22:18:51 +00:00
Release v0.10.0
This commit is contained in:
parent
6b52c91257
commit
6504930888
3 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue