From bbdcb79bbdf55f5db80aa337503ee3114ad27a09 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Wed, 26 Oct 2022 01:52:45 +0300 Subject: [PATCH] Release 0.27.5 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 c89d26596..9d91556c3 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.5 + - On Wayland, fix byte offset in `Ime::Preedit` pointing to invalid bytes. # 0.27.4 diff --git a/Cargo.toml b/Cargo.toml index 6ca6d2c2d..16a9b3681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.4" +version = "0.27.5" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index baf5c8b71..8a94d73f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.4" +winit = "0.27.5" ``` ## [Documentation](https://docs.rs/winit)