bump minor version (#468)

* bump minor version

* update changelog date and fix typo

* Updated date (we're going to release for real this time)

* Update version in README for the first time in a long time
This commit is contained in:
Joe Moon 2018-04-25 08:43:32 -07:00 committed by Francesca Frangipane
parent eadd9a19b2
commit 4641433c6a
3 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,10 @@
# Unreleased
# Version 0.13.0 (2018-04-25)
- Implement `WindowBuilder::with_maximized`, `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for MacOS.
- Implement `WindowBuilder::with_maximized`, `Window::set_fullscreen`, `Window::set_maximized` and `Window::set_decorations` for Windows.
- On Windows, `WindowBuilder::with_dimensions` no longer changing monitor display resolution.
- On Windows, `WindowBuilder::with_fullscreen` no longer changing monitor display resolution.
- Overhauled X11 window geometry calculations. `get_position` and `set_position` are more universally accurate across different window managers, and `get_outer_size` actually works now.
- Fixed SIGSEGV/SIGILL crashes on macOS caused by stabilization of the `!` (never) type.
- Implement `WindowEvent::HiDPIFactorChanged` for macOS

View file

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

View file

@ -9,7 +9,7 @@
```toml
[dependencies]
winit = "0.7"
winit = "0.13"
```
## [Documentation](https://docs.rs/winit)