From a2b40f26be3a95d7145eec4f7cce6ed71e5a7541 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 22 Dec 2023 22:12:31 +0400 Subject: [PATCH] Bump version on master This commit does not represent a release and only synchronizes CHANGELOG from the latest release. --- CHANGELOG.md | 2 ++ README.md | 2 +- glutin/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c33c607a4d..b9a5cccb40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# Version 0.31.2 + - Fixed EGL not setting context version with EGL versions before 1.5 and missing context ext. # Version 0.31.1 diff --git a/README.md b/README.md index d400f3e90a..6346f61de9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A low-level library for OpenGL context creation. ```toml [dependencies] -glutin = "0.31.1" +glutin = "0.31.2" ``` ## [Documentation](https://docs.rs/glutin) diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index ba03d39335..4e8e6f2417 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.31.1" +version = "0.31.2" authors = ["Kirill Chibisov "] description = "Cross-platform OpenGL context provider." keywords = ["windowing", "opengl", "egl"]