From 8119a7df1307c4b2dce034acf9a36dc31c0a2ad9 Mon Sep 17 00:00:00 2001 From: Osspial Date: Mon, 29 Jul 2019 16:17:34 -0400 Subject: [PATCH] Bump version to 0.19.2 --- CHANGELOG.md | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2d352cd..4f59c6f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.19.2 (2019-07-29) + - On X11, fix sanity check which checks that a monitor's reported width and height (in millimeters) are non-zero when calculating the DPI factor. # Version 0.19.1 (2019-04-08) diff --git a/README.md b/README.md index ae7dce167..3c18ec453 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Please direct all work against `master`. ```toml [dependencies] -winit = "0.19.1" +winit = "0.19.2" ``` ## [Documentation](https://docs.rs/winit)