From dd71d6471c34b34acf1ef0a23838c4cdfd18dc9e Mon Sep 17 00:00:00 2001 From: Florian Dehau Date: Sat, 8 Sep 2018 09:23:22 +0200 Subject: [PATCH] Release v0.3.0-beta.1 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54588e..5e826db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## To be released +## v0.3.1-beta.1 - 2018-09-08 + +### Changed + +* Replace `Item` by a generic and flexible `Text` that can be used in both +`Paragraph` and `List` widgets. +* Remove unecessary borrows on `Style`. + ## v0.3.0-beta.0 - 2018-09-04 ### Added diff --git a/Cargo.toml b/Cargo.toml index c936657..be03c45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.3.0-beta.0" +version = "0.3.0-beta.1" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards