From 2e4338bb8dddf820c9bcda23d6b7a0d8a6208831 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 12 Aug 2022 14:39:44 +0400 Subject: [PATCH] Release 0.27.2 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 8399b69e..4aba396e 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.2 (2022-8-12) + - On macOS, fixed touch phase reporting when scrolling. - On X11, fix min, max and resize increment hints not persisting for resizable windows (e.g. on DPI change). - On Windows, respect min/max inner sizes when creating the window. diff --git a/Cargo.toml b/Cargo.toml index c2761a0e..5dbd9b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.1" +version = "0.27.2" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index c42910fd..abef735b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.1" +winit = "0.27.2" ``` ## [Documentation](https://docs.rs/winit)