Skip to content

Commit

Permalink
Release version 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr authored Dec 10, 2020
1 parent 9744dc1 commit 9d15e0b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Unreleased

# Version 0.26.0 (2020-12-10)

- Updated winit dependency to 0.24.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/releases/tag/v0.24.0) for more info.

# Version 0.25.1 (2020-10-10)

- X11 and Wayland are now optional features (enabled by default)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A low-level library for OpenGL context creation, written in pure Rust.

```toml
[dependencies]
glutin = "0.25"
glutin = "0.26.0"
```

## [Documentation](https://docs.rs/glutin)
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.1"
version = "0.26.0"
authors = ["The glutin contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down

0 comments on commit 9d15e0b

Please sign in to comment.