From 340202f8425bcb4d1b41f5eed1eaad22efe9b440 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 6 May 2023 19:35:18 +0300 Subject: [PATCH] Winit version 0.28.5 --- 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 062e5d88f3..fb034ac5df 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.28.5 + - On macOS, fix `key_up` beind ignored when `Ime` is disabled. # 0.28.4 diff --git a/Cargo.toml b/Cargo.toml index eaa9538539..54f4473009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.4" +version = "0.28.5" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index cf42634f1a..f8b3e4405a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.4" +winit = "0.28.5" ``` ## [Documentation](https://docs.rs/winit)