Release 0.27.2 version

This commit is contained in:
Kirill Chibisov 2022-08-12 14:39:44 +04:00 committed by GitHub
parent ec2888b8b7
commit 2e4338bb8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -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.

View file

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.27.1"
version = "0.27.2"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
edition = "2021"

View file

@ -6,7 +6,7 @@
```toml
[dependencies]
winit = "0.27.1"
winit = "0.27.2"
```
## [Documentation](https://docs.rs/winit)