From 9e6bf0fcedf948bd40319ca54e0a807bf17d37bc Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 3 Apr 2022 16:08:03 +0200 Subject: [PATCH] 0.23.2 (#648) * 0.23.1 * 0.23.2 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16acb3e0..31402eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 0.23.2 +- Update signal-hook and mio to version 0.8. + +# Version 0.23.1 +- Fix control key parsing problem. + # Version 0.23 - Update dependencies. - Add 0 check for all cursor functions to prevent undefined behaviour. diff --git a/Cargo.toml b/Cargo.toml index 44afa197..bc1c8b40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crossterm" -version = "0.23.0" +version = "0.23.2" authors = ["T. Post"] description = "A crossplatform terminal library for manipulating terminals." repository = "https://github.com/crossterm-rs/crossterm"