From adfa5bd27587df56d3f2724e511b0845c227d6b9 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 9 Sep 2022 11:29:51 +0300 Subject: [PATCH] Release 0.27.3 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 6aa3ffba9c..61c402060a 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.3 (2022-9-10) + - On Windows, added `WindowExtWindows::set_undecorated_shadow` and `WindowBuilderExtWindows::with_undecorated_shadow` to draw the drop shadow behind a borderless window. - On Windows, fixed default window features (ie snap, animations, shake, etc.) when decorations are disabled. - On Windows, fixed ALT+Space shortcut to open window menu. diff --git a/Cargo.toml b/Cargo.toml index 959f306891..41961adb54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.2" +version = "0.27.3" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index abef735b27..0c05805323 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.2" +winit = "0.27.3" ``` ## [Documentation](https://docs.rs/winit)