From 3cfdf71bc2bbc028cb399f938d570ee3092aa24e Mon Sep 17 00:00:00 2001 From: Delisa Mason Date: Tue, 8 Sep 2020 12:13:07 +0100 Subject: [PATCH] Release v1.1.3 --- CHANGELOG.md | 5 +++++ libthyme/Cargo.toml | 2 +- thyme/Cargo.toml | 2 +- ui/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) 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]