From d5609729cc5c23a1d74c8c25d3af9c3bc7512a6f Mon Sep 17 00:00:00 2001 From: Ryan G Date: Fri, 17 Apr 2020 13:36:42 -0400 Subject: [PATCH] Bump version to 0.22.1 (#1537) There are a few relatively important bugfixes with no API impact in the master branch. We might as well release this as a non-breaking change. --- 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 8af1139d..ecb4aa4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 0.22.1 (2020-04-16) + - On X11, fix `ResumeTimeReached` being fired too early. - On Web, replaced zero timeout for `ControlFlow::Poll` with `requestAnimationFrame` - On Web, fix a possible panic during event handling diff --git a/Cargo.toml b/Cargo.toml index 4cc88d5f..62d46bf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.22.0" +version = "0.22.1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index f6e69a75..39376225 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.22.0" +winit = "0.22.1" ``` ## [Documentation](https://docs.rs/winit)