From ce5cf97e1744cc50b2da8c4adba37a8d37faf185 Mon Sep 17 00:00:00 2001 From: Osspial Date: Tue, 9 Jul 2019 18:25:32 -0400 Subject: [PATCH] Release Alpha 2 (#996) --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5335e4ff..2519f93d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 Alpha 2 (2019-06-28) + - On X11, non-resizable windows now have maximize explicitly disabled. - On Windows, support paths longer than MAX_PATH (260 characters) in `WindowEvent::DroppedFile` and `WindowEvent::HoveredFile`. @@ -17,7 +19,7 @@ and `WindowEvent::HoveredFile`. - On Windows, fix `with_maximized` not properly setting window size to entire window. - On macOS, change `WindowExtMacOS::request_user_attention()` to take an `enum` instead of a `bool`. -# 0.20.0 Alpha 1 +# 0.20.0 Alpha 1 (2019-06-21) - Changes below are considered **breaking**. - Change all occurrences of `EventsLoop` to `EventLoop`. diff --git a/Cargo.toml b/Cargo.toml index 456a5fb7..1e22ed44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0-alpha1" +version = "0.20.0-alpha2" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 81758ae8..6abcecdf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.20.0-alpha1" +winit = "0.20.0-alpha2" ``` ## [Documentation](https://docs.rs/winit)