diff --git a/CHANGELOG.md b/CHANGELOG.md index 06ee6e4..eb9fed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## To be released +## v0.6.1 - 2019-06-16 + +### Fixed + +* Avoid a division by zero when all values in a barchart are equal to 0. +* Fix the inverted cursor position in the curses backend. +* Ensure that the correct terminal size is returned when using the crossterm +backend. +* Avoid highlighting the separator after the selected item in the Tabs widget. + ## v0.6.0 - 2019-05-18 ### Changed diff --git a/Cargo.toml b/Cargo.toml index bfa345a..bbc75fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.6.0" +version = "0.6.1" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards