diff --git a/CHANGELOG.md b/CHANGELOG.md index 16acb3e..31402ea 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 44afa19..bc1c8b4 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"