From d18afb4a505783e4447393c879c292559b83195d Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 2 Oct 2020 18:05:07 +0300 Subject: [PATCH] Release 0.23.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 f151fcfb..b9b08085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.23.0 (2020-10-02) + - On iOS, fixed support for the "Debug View Heirarchy" feature in Xcode. - On all platforms, `available_monitors` and `primary_monitor` are now on `EventLoopWindowTarget` rather than `EventLoop` to list monitors event in the event loop. - On Unix, X11 and Wayland are now optional features (enabled by default) diff --git a/Cargo.toml b/Cargo.toml index d8a1f5d1..8233aadb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.22.2" +version = "0.23.0" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 86a31b9b..daff2185 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.22.2" +winit = "0.23.0" ``` ## [Documentation](https://docs.rs/winit)