Skip to content

Commit

Permalink
Version bump (rust-windowing#418)
Browse files Browse the repository at this point in the history
* Send Awakened event on Android when event loop is woken up

* v0.11.2
  • Loading branch information
paulrouget authored and francesca64 committed Mar 23, 2018
1 parent 2597d18 commit 508f3f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.11.2 (2018-03-06)

- Impl `Hash`, `PartialEq`, and `Eq` for `events::ModifiersState`.
- Implement `MonitorId::get_hidpi_factor` for MacOS.
- Added method `os::macos::MonitorIdExt::get_nsscreen() -> *mut c_void` that gets a `NSScreen` object matching the monitor ID.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.11.1"
version = "0.11.2"
authors = ["The winit contributors, Pierre Krieger <[email protected]>"]
description = "Cross-platform window creation library."
keywords = ["windowing"]
Expand Down

0 comments on commit 508f3f0

Please sign in to comment.