From 089816d9bab498c0ec002d7e560ad940b78d476e Mon Sep 17 00:00:00 2001 From: Francesca Frangipane Date: Mon, 25 Jun 2018 16:47:10 -0400 Subject: [PATCH] Release winit 0.16.0 (#578) --- 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 19104a52..d3ea410d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.16.0 (2018-06-25) + - Windows additionally has `WindowBuilderExt::with_no_redirection_bitmap`. - **Breaking:** Removed `VirtualKeyCode::LMenu` and `VirtualKeyCode::RMenu`; Windows now generates `VirtualKeyCode::LAlt` and `VirtualKeyCode::RAlt` instead. - On X11, exiting fullscreen no longer leaves the window in the monitor's top left corner. diff --git a/Cargo.toml b/Cargo.toml index d7257077..a0811eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.15.1" +version = "0.16.0" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] diff --git a/README.md b/README.md index 210bbc0a..05b69b6d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ```toml [dependencies] -winit = "0.15" +winit = "0.16" ``` ## [Documentation](https://docs.rs/winit)