diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7bfe6..f36baf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.1.3 (2020-09-08) + +* Fix compilation for changes in `ncurses` package v5.84.0 and newer +* Address warnings related to use of the `ncurses::printw` function + # 1.1.2 * Fix compilation bug on 32-bit systems diff --git a/libthyme/Cargo.toml b/libthyme/Cargo.toml index 41cf4de..bceb79f 100644 --- a/libthyme/Cargo.toml +++ b/libthyme/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libthyme" -version = "1.1.2" +version = "1.1.3" authors = ["Delisa Mason "] [dependencies] diff --git a/thyme/Cargo.toml b/thyme/Cargo.toml index 2b6e02d..b13b6aa 100644 --- a/thyme/Cargo.toml +++ b/thyme/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thyme" -version = "1.1.2" +version = "1.1.3" authors = ["Delisa Mason "] [dependencies] diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 7c8dc05..d93843b 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ui" -version = "1.1.2" +version = "1.1.3" authors = ["Delisa Mason "] [dependencies]