Skip to content

Commit 7a9c17a

Browse files
authored
Bump version to 0.22.0 (#1500)
There are two PRs I'm aware of that should be relatively trivial to get merged, which would fix some issues. Other than those, I don't think it makes sense to wait on anything. - Fix Windows crash: #1459 - Fix macOS mouse reports: #1490 While #1459 seems pretty essential to actually make winit run, #1490 is much less important and can probably be ignored if there aren't any resources to merge it.
1 parent b208daa commit 7a9c17a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.22.0 (2020-03-07)
22

33
- On Windows, fix minor timing issue in wait_until_time_or_msg
44
- On Windows, rework handling of request_redraw() to address panics.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "winit"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
55
description = "Cross-platform window creation library."
66
edition = "2018"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
```toml
99
[dependencies]
10-
winit = "0.21.0"
10+
winit = "0.22.0"
1111
```
1212

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

0 commit comments

Comments
 (0)