From 91ec21b38d92a22f5815ee9c17c09210b3ac06a7 Mon Sep 17 00:00:00 2001 From: Osspial Date: Thu, 13 Jun 2019 01:48:46 -0400 Subject: [PATCH] Release 0.20.0 Alpha 1 --- 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 14acb6cfb5..92d9be1a60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.20.0 Alpha 1 + - Changes below are considered **breaking**. - Change all occurrences of `EventsLoop` to `EventLoop`. - Previously flat API is now exposed through `event`, `event_loop`, `monitor`, and `window` modules. diff --git a/Cargo.toml b/Cargo.toml index ea087739d6..0e0b29dbe8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.19.1" +version = "0.20.0-alpha1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] diff --git a/README.md b/README.md index bc4b697136..46dd66c74c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.19.1" +winit = "0.20.0-alpha1" ``` ## [Documentation](https://docs.rs/winit)