From 9b5254adebd2dcf733b0dbb6a30d10c6dcff5cb2 Mon Sep 17 00:00:00 2001 From: Paul Rouget Date: Mon, 5 Feb 2018 18:50:13 +0100 Subject: [PATCH] Version 0.10.1 (#397) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27ec1b0..e445a3b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.10.1 (2018-02-05) + - Added method `os::macos::WindowBuilderExt::with_movable_by_window_background(bool)` that allows to move a window without a titlebar - `with_decorations(false)` - Implement `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for Wayland. - Added `Caret` as VirtualKeyCode and support OSX ^-Key with german input. diff --git a/Cargo.toml b/Cargo.toml index 28d8f0fd..2ce35f75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.10.0" +version = "0.10.1" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]