From e39d6e29a3a471a52769266124c446c56438d2e1 Mon Sep 17 00:00:00 2001 From: Francesca Frangipane Date: Mon, 7 May 2018 22:17:08 -0400 Subject: [PATCH] Release winit 0.14.0 --- 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 b7eaa75cec4..5ed0d140940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.14.0 (2018-05-08) + - Created the `Copy`, `Paste` and `Cut` `VirtualKeyCode`s and added support for them on X11 and Wayland - Fix `.with_decorations(false)` in macOS - On Mac, `NSWindow` and supporting objects might be alive long after they were `closed` which resulted in apps consuming more heap then needed. Mainly it was affecting multi window applications. Not expecting any user visible change of behaviour after the fix. diff --git a/Cargo.toml b/Cargo.toml index 89dc078cf7c..4b2b4f33b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.13.1" +version = "0.14.0" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] diff --git a/README.md b/README.md index 70347764e1c..8be5b349ddd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ```toml [dependencies] -winit = "0.13" +winit = "0.14" ``` ## [Documentation](https://docs.rs/winit)