From b74b4219a6a88ed48336d6fc4ee535eda161b720 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 10 Jun 2022 14:06:10 +0300 Subject: [PATCH] Release 0.27.0 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 e9e6bc91b9..d873f0e231 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.0 (2022-07-26) + - On Windows, fix hiding a maximized window. - On Android, `ndk-glue`'s `NativeWindow` lock is now held between `Event::Resumed` and `Event::Suspended`. - On Web, added `EventLoopExtWebSys` with a `spawn` method to start the event loop without throwing an exception. diff --git a/Cargo.toml b/Cargo.toml index 205e6f4c0b..b04a8a9fbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.26.1" +version = "0.27.0" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index 2e3880e7e1..dcb1158448 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.26.1" +winit = "0.27.0" ``` ## [Documentation](https://docs.rs/winit)