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)