Skip to content

Commit

Permalink
Release version 0.27.0 (#1359)
Browse files Browse the repository at this point in the history
  • Loading branch information
maroider committed Jun 22, 2021
1 parent 279b5a4 commit 16e0a22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.27.0 (2021-06-01)

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

# Version 0.26.0 (2020-12-10)
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.26.0"
glutin = "0.27.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.26.0"
version = "0.27.0"
authors = ["The glutin contributors", "Pierre Krieger <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
Expand Down

0 comments on commit 16e0a22

Please sign in to comment.