From 99e756492edc44d4c0c294cf3d1c33f3d78752c4 Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 11 Dec 2021 17:27:02 +0100 Subject: [PATCH 1/2] Changelog for 0.31.0 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ab929750b..62c1bd2f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## Version 0.31 (2021-12-11) + +- Updated glutin to version 0.31.0. See the glutin release notes [here](https://github.com/rust-windowing/glutin/blob/master/CHANGELOG.md#version-0280-2021-12-02). +- Use mdbook for the book. + ## Version 0.30.2 (2021-09-06) - Added depth and stencil buffer blitting. From b3ee3e6b66346561e556fa9de8580a89b8cdd14d Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 11 Dec 2021 17:28:15 +0100 Subject: [PATCH 2/2] Release 0.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c8a446923..dc2f4bc7d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glium" -version = "0.30.2" +version = "0.31.0" authors = ["Pierre Krieger "] description = """ Elegant and safe OpenGL wrapper.