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. 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.