diff --git a/CHANGELOG.md b/CHANGELOG.md index dbe142335d..61a2f5fd27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +# 0.28.6 + - On macOS, fixed memory leak when getting monitor handle. - On macOS, fix `Backspace` being emitted when clearing preedit with it. diff --git a/Cargo.toml b/Cargo.toml index 54f4473009..b6c6d6ac57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.5" +version = "0.28.6" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index f8b3e4405a..75e2c48b44 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.5" +winit = "0.28.6" ``` ## [Documentation](https://docs.rs/winit)