Skip to content

Commit

Permalink
Bump version on master
Browse files Browse the repository at this point in the history
This commit does not represent a release and only synchronizes CHANGELOG
from the latest release.
  • Loading branch information
kchibisov authored Sep 22, 2024
1 parent 1b30cd7 commit 0d80a76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin"
version = "0.32.0"
version = "0.32.1"
authors = ["Kirill Chibisov <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl", "egl"]
Expand Down

0 comments on commit 0d80a76

Please sign in to comment.