From 28f0eb598d8a309f528caf540751a28ec3c68ace Mon Sep 17 00:00:00 2001 From: Freya Gentz Date: Tue, 4 Feb 2020 19:07:31 -0700 Subject: [PATCH] Release 0.21.0 (#1440) * Update CHANGELOG.md * Update README.md * Update Cargo.toml * Update Cargo.toml * Update README.md * Update CHANGELOG.md --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1150f3af05..2271ec5380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +# 0.21.0 (2020-02-04) + +- On Windows, fixed "error: linking with `link.exe` failed: exit code: 1120" error on older versions of windows. - On macOS, fix set_minimized(true) works only with decorations. - On macOS, add `hide_application` to `EventLoopWindowTarget` via a new `EventLoopWindowTargetExtMacOS` trait. `hide_application` will hide the entire application by calling `-[NSApplication hide: nil]`. - On macOS, fix not sending ReceivedCharacter event for specific keys combinations. diff --git a/Cargo.toml b/Cargo.toml index 4dc41ed561..47443b6f6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.20.0" +version = "0.21.0" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 38bf850245..1a3bdecfb2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.20.0" +winit = "0.21.0" ``` ## [Documentation](https://docs.rs/winit)