Skip to content

Commit

Permalink
Release version 0.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart authored Oct 9, 2020
1 parent a727027 commit fef5c51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.25.1 (2020-10-10)

- X11 and Wayland are now optional features (enabled by default)

# Version 0.25.0 (2020-10-02)
Expand Down Expand Up @@ -57,7 +59,7 @@

# Version 0.20.1 (2019-08-08)

- **Backport:** We now load `libGL.so` instead of `libGLX.so`.
- **Backport:** We now load `libGL.so` instead of `libGLX.so`.

# Version 0.22.0-alpha1 (2019-06-21)

Expand Down Expand Up @@ -106,7 +108,7 @@
- "Fixed" bug where we will close `EGLDisplay`s while they are still in use by
others. Angry and/or salty rant can be found in `glutin/src/api/egl/mod.rs`,
you can't miss it.
- **Breaking**: `WindowedContext`s now deref to `Context`, not `Window`.
- **Breaking**: `WindowedContext`s now deref to `Context`, not `Window`.
Please use `.window()` to access the window.

# Version 0.20.0 (2019-03-09)
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.25.0"
version = "0.25.1"
authors = ["The glutin contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down

0 comments on commit fef5c51

Please sign in to comment.