diff --git a/CHANGELOG.md b/CHANGELOG.md index 8644f11b..00b8dc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.18.1 (2018-12-30) + - On macOS, fix `Yen` (JIS) so applications receive the event. - On X11 with a tiling WM, fixed high CPU usage when moving windows across monitors. - On X11, fixed panic caused by dropping the window before running the event loop. diff --git a/Cargo.toml b/Cargo.toml index c8db21e3..38ee3e71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.18.0" +version = "0.18.1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"] diff --git a/README.md b/README.md index 832af627..0360e126 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ```toml [dependencies] -winit = "0.18" +winit = "0.18.1" ``` ## [Documentation](https://docs.rs/winit)