From 607534f751b170eb372bbb55356e1d997f0af4e9 Mon Sep 17 00:00:00 2001 From: Osspial Date: Fri, 22 Mar 2019 10:48:45 -0400 Subject: [PATCH] Update for 0.19.1 --- 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 0fac2557ad..3db12403f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.19.1 (xxxx-xx-xx) + - On Windows, fix `CursorMoved(0, 0)` getting dispatched on window focus. - On FreeBSD, NetBSD, and OpenBSD, fix build of X11 backend. diff --git a/Cargo.toml b/Cargo.toml index 59826be3a8..35fde6d689 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.19.0" +version = "0.19.1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] diff --git a/README.md b/README.md index 162df964d8..b79568af57 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.19.0" +winit = "0.19.1" ``` ## [Documentation](https://docs.rs/winit)