From c53a574bff147ac35ac69c81bc48007094642108 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sat, 30 Jul 2022 19:33:23 +0300 Subject: [PATCH] Release 0.27.1 version --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c968c6dd9..539b1ca923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,10 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +# 0.27.1 (2022-07-30) + - The minimum supported Rust version was lowered to `1.57.0` and now explicitly tested. +- On X11, fix crash on start due to inability to create an IME context without any preedit. # 0.27.0 (2022-07-26) diff --git a/Cargo.toml b/Cargo.toml index 34944f321f..5365442273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.0" +version = "0.27.1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index dcb1158448..c42910fd5d 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.0" +winit = "0.27.1" ``` ## [Documentation](https://docs.rs/winit)