From 6db308f1e9388986f8c0332d37adf95d051712a3 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 10 Dec 2020 19:12:46 +0300 Subject: [PATCH] Release 0.24.0 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee61604043..559cbc8d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.24.0 (2020-12-09) - On Windows, fix applications not exiting gracefully due to thread_event_target_callback accessing corrupted memory. - On Windows, implement `Window::set_ime_position`. diff --git a/Cargo.toml b/Cargo.toml index 068b2bc460..1c776cd049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.23.0" +version = "0.24.0" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index daff218581..e387ec0d04 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.23.0" +winit = "0.24.0" ``` ## [Documentation](https://docs.rs/winit)