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