Release v0.3.0

pull/92/head v0.3.0
Florian Dehau 6 years ago
parent 22e8fade7e
commit 4c46ef69e9

@ -2,6 +2,12 @@
## To be released
## v0.3.0 - 2018-11-04
### Added
* Add experimental test backend
## v0.3.0-beta.3 - 2018-09-24
### Changed

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

@ -34,7 +34,7 @@
//!
//! ```toml
//! [dependencies.tui]
//! version = "0.2.0"
//! version = "0.3.0"
//! default-features = false
//! features = ['rustbox']
//! ```

Loading…
Cancel
Save