From b7c73aec220e9d1573c42770011409afe6cca845 Mon Sep 17 00:00:00 2001 From: Timon Post Date: Thu, 9 Apr 2020 20:11:25 +0200 Subject: [PATCH] 0.17.3 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2060734..8fb6a67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# Version 0.17.3 +- Fix get terminal size mac os, this did not report the correct size. + # Version 0.17.2 - Windows unicode support diff --git a/Cargo.toml b/Cargo.toml index 419c361..0611684 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.17.2" +version = "0.17.3" authors = ["T. Post"] description = "An crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"