Skip to content

Commit

Permalink
Merge pull request #1959 from est31/release_0_30
Browse files Browse the repository at this point in the history
Release 0.30.2
  • Loading branch information
est31 committed Sep 6, 2021
2 parents 710dba0 + 685f1fc commit d0ae191
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## Version 0.30.2 (2021-09-06)

- Added depth and stencil buffer blitting.
- Added dual source blending.
- Implemented AsUniformValue for Texture2d directly.

## Version 0.30.1 (2021-07-12)

- Added `ClientFormat::U1U5U5U5Reversed`.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glium"
version = "0.30.1"
version = "0.30.2"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = """
Elegant and safe OpenGL wrapper.
Expand Down

0 comments on commit d0ae191

Please sign in to comment.