From e61320ef32ef57c10879f2b15fa94fa8eb1d17df Mon Sep 17 00:00:00 2001 From: Timon Post Date: Wed, 8 Apr 2020 07:43:40 +0200 Subject: [PATCH] 0.17.2 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9d42b..2060734 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 0.17.2 +- Windows unicode support + # Version 0.17.1 - Reverted bug in 0.17.0: "Make terminal size function fallback to `STDOUT_FILENO` if `/dev/tty` is missing.". - Support for querying whether the current instance is a TTY. diff --git a/Cargo.toml b/Cargo.toml index 4aaa00d..419c361 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.17.1" +version = "0.17.2" authors = ["T. Post"] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"