diff --git a/CHANGELOG.md b/CHANGELOG.md index 29bb856a..43c11793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 Alpha 3 (2019-08-14) + - On macOS, drop the run closure on exit. - On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates. - On X11, fix delayed events after window redraw. diff --git a/Cargo.toml b/Cargo.toml index 3d87c38b..cc992c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0-alpha2" +version = "0.20.0-alpha3" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 6abcecdf..3524bfaf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.20.0-alpha2" +winit = "0.20.0-alpha3" ``` ## [Documentation](https://docs.rs/winit)