Skip to content

Commit

Permalink
Bump version to 0.22.0
Browse files Browse the repository at this point in the history
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: rust-windowing#1459
 - Fix macOS mouse reports: rust-windowing#1490

While rust-windowing#1459 seems pretty essential to actually make winit run, rust-windowing#1490 is
much less important and can probably be ignored if there aren't any
resources to merge it.
  • Loading branch information
chrisduerr committed Mar 7, 2020
1 parent e707052 commit 0ff68ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.22.0 (2020-03-07)

- On Windows, fix minor timing issue in wait_until_time_or_msg
- On macOS, fix `set_simple_screen` to remember frame excluding title bar.
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.21.0"
version = "0.22.0"
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
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.21.0"
winit = "0.22.0"
```

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

0 comments on commit 0ff68ee

Please sign in to comment.