From e7037c6ad04f5b7a80be27585fa7edd29ca072ce Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 9 Oct 2022 10:27:08 +0300 Subject: [PATCH] Release 0.27.4 version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6f90a004..3bbbb0e9d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +# 0.27.4 + - On Windows, emit `ReceivedCharacter` events on system keybindings. - On Windows, fixed focus event emission on minimize. - On X11, fixed IME crashing during reload. diff --git a/Cargo.toml b/Cargo.toml index 41961adb54..6ca6d2c2da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.3" +version = "0.27.4" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index 0c05805323..baf5c8b71a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.3" +winit = "0.27.4" ``` ## [Documentation](https://docs.rs/winit)