diff --git a/CHANGELOG.md b/CHANGELOG.md index ece7275..7ba70a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## To be released +## v0.2.1 - 2018-04-01 ### Added diff --git a/Cargo.toml b/Cargo.toml index 78d7216..1d836d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tui" -version = "0.2.0" +version = "0.2.1" authors = ["Florian Dehau "] description = """ A library to build rich terminal user interfaces or dashboards @@ -19,15 +19,15 @@ default = ["termion"] [dependencies] bitflags = "1.0.1" cassowary = "0.3.0" -log = "0.4.0" +log = "0.4.1" unicode-segmentation = "1.2.0" unicode-width = "0.1.4" termion = { version = "1.5.1", optional = true } -rustbox = { version = "0.9.0", optional = true } +rustbox = { version = "0.11.0", optional = true } [dev-dependencies] -stderrlog = "0.2.3" -rand = "0.4.1" +stderrlog = "0.3.0" +rand = "0.4.2" [[example]] name = "barchart"