diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e81eb1..0ad58ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,16 @@ # Unreleased +# Version 0.11.0 (2018-02-09) + - Implement `MonitorId::get_dimensions` for Android. - -# 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. +# Version 0.10.1 (2018-02-05) + +*Yanked* + # Version 0.10.0 (2017-12-27) - Add support for `Touch` for emscripten backend. diff --git a/Cargo.toml b/Cargo.toml index 2ce35f75..557f9608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.10.1" +version = "0.11.0" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]