diff --git a/CHANGELOG.md b/CHANGELOG.md index 23efbcc..f58a41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## To be released +## v0.9.5 - 2020-05-21 + +### Bug Fixes + +* Fix out of bounds panic in `widgets::Tabs` when the widget is rendered on +small areas. + ## v0.9.4 - 2020-05-12 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index fa8c230..e2bcbe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "tui" -version = "0.9.4" +version = "0.9.5" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards """ -documentation = "https://docs.rs/tui/0.9.4/tui/" +documentation = "https://docs.rs/tui/0.9.5/tui/" keywords = ["tui", "terminal", "dashboard"] repository = "https://github.com/fdehau/tui-rs" license = "MIT"