From 23c384bd30fe112afac2454a40da062bbfe2d438 Mon Sep 17 00:00:00 2001 From: Francesca Frangipane Date: Wed, 13 Jun 2018 12:06:22 -0400 Subject: [PATCH] Release winit 0.15.1 (#564) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b37d5ef0..e69d45ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.15.1 (2018-06-13) + - On X11, the `Moved` event is no longer sent when the window is resized without changing position. - `MouseCursor` and `CursorState` now implement `Default`. - `WindowBuilder::with_resizable` implemented for Windows, X11, Wayland, and macOS. diff --git a/Cargo.toml b/Cargo.toml index 3af31a59..42d212e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.15.0" +version = "0.15.1" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]