From 7dac5b39f5530eb61e651c699a96cc104708019a Mon Sep 17 00:00:00 2001 From: Osspial Date: Thu, 26 Sep 2019 12:31:25 -0400 Subject: [PATCH] Release Alpha 4. TODO CHANGELOG RELEASE DATE --- 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 5be8107c0b5..51c26745fe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 Alpha 4 (xxxx-xx-xx) + - On macOS, implement `run_return`. - On iOS, fix inverted parameter in `set_prefers_home_indicator_hidden`. - On X11, performance is improved when rapidly calling `Window::set_cursor_icon`. diff --git a/Cargo.toml b/Cargo.toml index cc992c6a1c8..7e14e4506c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0-alpha3" +version = "0.20.0-alpha4" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 8d685f26320..c0549ad428a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.20.0-alpha3" +winit = "0.20.0-alpha4" ``` ## [Documentation](https://docs.rs/winit)