Skip to content

Commit

Permalink
Relase alpha 6 (#1338)
Browse files Browse the repository at this point in the history
* Relase alpha 6

* Update CHANGELOG.md

Co-authored-by: Freya Gentz <[email protected]>
  • Loading branch information
Osspial and goddessfreya authored Jan 3, 2020
1 parent 114c18e commit c0b46a0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# 0.20.0 Alpha 6 (2020-01-03)

- On macOS, fix `set_cursor_visible` hides cursor outside of window.
- On macOS, fix `CursorEntered` and `CursorLeft` events fired at old window size.
- On macOS, fix error when `set_fullscreen` is called during fullscreen transition.
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.20.0-alpha5"
version = "0.20.0-alpha6"
authors = ["The winit contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform window creation library."
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

```toml
[dependencies]
winit = "0.20.0-alpha5"
winit = "0.20.0-alpha6"
```

## [Documentation](https://docs.rs/winit)
Expand Down

0 comments on commit c0b46a0

Please sign in to comment.