diff --git a/CHANGELOG.md b/CHANGELOG.md index a06e710281..dcff48c7a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ And please only add new entries to the top of this list, right below the `# Unre # Unreleased +# 0.28.3 + - Fix macOS memory leaks. # 0.28.2 diff --git a/Cargo.toml b/Cargo.toml index 39fb186d62..5a7193f834 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "winit" -version = "0.28.2" +version = "0.28.3" authors = ["The winit contributors", "Pierre Krieger "] description = "Cross-platform window creation library." edition = "2021" diff --git a/README.md b/README.md index de6e0d9d4a..1a22d51536 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```toml [dependencies] -winit = "0.28.2" +winit = "0.28.3" ``` ## [Documentation](https://docs.rs/winit)