Skip to content

Commit

Permalink
Release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKovacs committed Jan 2, 2022
1 parent 6b250a7 commit a57d856
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Unreleased
# 0.26.1 (2022-01-02)

- On X11, add mappings for numpad comma, numpad enter, numlock and pause.
- On macOS, fix Pinyin IME input by reverting a change that intended to improve IME.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "winit"
version = "0.26.0"
version = "0.26.1"
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
Expand Up @@ -6,7 +6,7 @@

```toml
[dependencies]
winit = "0.26.0"
winit = "0.26.1"
```

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

0 comments on commit a57d856

Please sign in to comment.