diff --git a/CHANGELOG.md b/CHANGELOG.md index bd827a94b3..9c55c07a5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 0.26.1 (2022-01-05) - Fix linking to the `ColorSync` framework on macOS 10.7, and in newer Rust versions. - On Web, implement cursor grabbing through the pointer lock API. diff --git a/Cargo.toml b/Cargo.toml index 29aaa3bf0b..b1e4159ba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.26.0" +version = "0.26.1" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2018" diff --git a/README.md b/README.md index 094ba5da4e..f4af31fccf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.26.0" +winit = "0.26.1" ``` ## [Documentation](https://docs.rs/winit)