Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit 6504930

Browse files
committed
Release v0.10.0
1 parent 6b52c91 commit 6504930

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## To be released
44

5+
## v0.10.0 - 2020-07-17
6+
57
### Breaking changes
68

79
#### Easier cursor management

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tui"
3-
version = "0.9.5"
3+
version = "0.10.0"
44
authors = ["Florian Dehau <work@fdehau.com>"]
55
description = """
66
A library to build rich terminal user interfaces or dashboards

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//!
1010
//! ```toml
1111
//! [dependencies]
12-
//! tui = "0.9"
12+
//! tui = "0.10"
1313
//! termion = "1.5"
1414
//! ```
1515
//!
@@ -20,7 +20,7 @@
2020
//! ```toml
2121
//! [dependencies]
2222
//! crossterm = "0.17"
23-
//! tui = { version = "0.9", default-features = false, features = ['crossterm'] }
23+
//! tui = { version = "0.10", default-features = false, features = ['crossterm'] }
2424
//! ```
2525
//!
2626
//! The same logic applies for all other available backends.

0 commit comments

Comments
 (0)