Skip to content

Commit 0433af9

Browse files
authored
Bump version on master
This commit does not represent a release and only synchronizes CHANGELOG from the latest release.
1 parent 2e11a07 commit 0433af9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Unreleased
22

33
- **Breaking:** Added `make_current_surfaceless(self)` for `{Possibly,Not}CurrentGlContext`.
4+
5+
# Version 0.32.3
6+
47
- Bump MSRV from `1.70` to `1.71`.
58
- Updated `objc2` dependency to `v0.6`.
69

glutin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glutin"
3-
version = "0.32.2"
3+
version = "0.32.3"
44
authors = ["Kirill Chibisov <[email protected]>"]
55
description = "Cross-platform OpenGL context provider."
66
keywords = ["windowing", "opengl", "egl"]

0 commit comments

Comments
 (0)