From 0d80a765d593b8bc68fe8c7f3c66a091e03ce89d Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 22 Sep 2024 04:44:35 +0300 Subject: [PATCH] Bump version on master This commit does not represent a release and only synchronizes CHANGELOG from the latest release. --- CHANGELOG.md | 2 ++ glutin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f5b5a45e6..a3fe94f63b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.32.1 + - Fixed EGL's `Device::query_devices()` being too strict about required extensions. - Fixed crash in `EglGetProcAddress` on Win32-x86 platform due to wrong calling convention. - Fixed EGL's `Display::device()` always returning an error due to invalid pointer-argument passing inside. diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 4566af5fa7..0ed20244c5 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.32.0" +version = "0.32.1" authors = ["Kirill Chibisov "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl", "egl"]