diff --git a/CHANGELOG.md b/CHANGELOG.md index b182f9f80d0..68c7200689e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Please keep one empty line before and after all headers. (This is required for ` And please only add new entries to the top of this list, right below the `# Unreleased` header. -# Unreleased +# 0.27.0 - On macOS, Fix emitting `Event::LoopDestroyed` on CMD+Q. - On macOS, fixed an issue where having multiple windows would prevent run_return from ever returning. diff --git a/Cargo.toml b/Cargo.toml index d98a6bc1c2d..3b8f7445e4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.26.1" +version = "0.27.0" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index 88e44f80f85..a27ec94bd65 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.26.1" +winit = "0.27.0" ``` ## [Documentation](https://docs.rs/winit)