diff --git a/CHANGELOG.md b/CHANGELOG.md index c89d265969..9d91556c33 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.27.5 + - On Wayland, fix byte offset in `Ime::Preedit` pointing to invalid bytes. # 0.27.4 diff --git a/Cargo.toml b/Cargo.toml index 6ca6d2c2da..16a9b36811 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.27.4" +version = "0.27.5" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index baf5c8b71a..8a94d73f16 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.27.4" +winit = "0.27.5" ``` ## [Documentation](https://docs.rs/winit)