version 0.17.2 (#630)

* version 0.17.2

* Update release date
This commit is contained in:
Joe Moon 2018-08-19 15:27:57 -07:00 committed by Francesca Frangipane
parent e4e53fe315
commit c8e339fe6d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# Version 0.17.2 (2018-08-19)
- On macOS, fix `<C-Tab>` so applications receive the event.
- On macOS, fix `<Cmd-{key}>` so applications receive the event.
- On Wayland, key press events will now be repeated.

View File

@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.17.1"
version = "0.17.2"
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]