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

Commit

Permalink
Release v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdehau committed Jul 18, 2020
1 parent 6b52c91 commit 6504930
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## To be released

## v0.10.0 - 2020-07-17

### Breaking changes

#### Easier cursor management
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tui"
version = "0.9.5"
version = "0.10.0"
authors = ["Florian Dehau <[email protected]>"]
description = """
A library to build rich terminal user interfaces or dashboards
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//!
//! ```toml
//! [dependencies]
//! tui = "0.9"
//! tui = "0.10"
//! termion = "1.5"
//! ```
//!
Expand All @@ -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.
Expand Down

0 comments on commit 6504930

Please sign in to comment.