From c0b46a03b55a016906d7174368c011acb997bd34 Mon Sep 17 00:00:00 2001 From: Osspial Date: Fri, 3 Jan 2020 18:17:05 -0500 Subject: [PATCH] Relase alpha 6 (#1338) * Relase alpha 6 * Update CHANGELOG.md Co-authored-by: Freya Gentz --- 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 b0126faf..10c48558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 Alpha 6 (2020-01-03) + - On macOS, fix `set_cursor_visible` hides cursor outside of window. - On macOS, fix `CursorEntered` and `CursorLeft` events fired at old window size. - On macOS, fix error when `set_fullscreen` is called during fullscreen transition. diff --git a/Cargo.toml b/Cargo.toml index 3f918409..1869b1c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0-alpha5" +version = "0.20.0-alpha6" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 5511a4aa..ff5b5902 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.20.0-alpha5" +winit = "0.20.0-alpha6" ``` ## [Documentation](https://docs.rs/winit)