From 1703d0417a18311833fdc51e66940672d5eb4ecb Mon Sep 17 00:00:00 2001 From: Francesca Frangipane Date: Mon, 2 Jul 2018 20:14:38 -0400 Subject: [PATCH] Release winit 0.16.1 (#587) --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02988b7d..987d42d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.16.1 (2018-07-02) + - Added logging through `log`. Logging will become more extensive over time. - On X11 and Windows, the window's DPI factor is guessed before creating the window. This *greatly* cuts back on unsightly auto-resizing that would occur immediately after window creation. - Fixed X11 backend compilation for environments where `c_char` is unsigned. diff --git a/Cargo.toml b/Cargo.toml index 2f964d2a..8198ed4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.16.0" +version = "0.16.1" authors = ["The winit contributors, Pierre Krieger "] description = "Cross-platform window creation library." keywords = ["windowing"]