diff --git a/CHANGELOG.md b/CHANGELOG.md index b0126faf86..10c48558ea 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 3f91840943..1869b1c809 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 5511a4aa17..ff5b59020b 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)