From af841fd59b030146ce903e177557de1dd7f38360 Mon Sep 17 00:00:00 2001 From: Osspial Date: Thu, 26 Sep 2019 12:31:25 -0400 Subject: [PATCH 1/2] 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 d1f12a529a..46b2add304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ - Add web support via the 'stdweb' or 'web-sys' features - On Windows, implemented function to get HINSTANCE +# 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 8a9ec520a5..53e56c83c9 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 8d685f2632..c0549ad428 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) From 1bc5459d3b1ba0370c8df2bb1a449a093a526089 Mon Sep 17 00:00:00 2001 From: Osspial Date: Fri, 18 Oct 2019 11:51:30 -0400 Subject: [PATCH 2/2] Add changelog date --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b2add304..5aeaeaa936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # Unreleased +# 0.20.0 Alpha 4 (2019-10-18) + - Add web support via the 'stdweb' or 'web-sys' features - On Windows, implemented function to get HINSTANCE -# 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`.