From ac1b340d82ed7f5d9bb826b48f920770ae28452a Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 22 Dec 2018 12:18:40 +0000 Subject: [PATCH] Release 0.2.1 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76df04f3..11f41c86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Changelog -## 0.2.1 (Upcoming) +## 0.2.1 (December 22, 2018) ### New Features * Shader errors are now properly reported via `TetraError::OpenGl`. ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#50](https://github.com/17cupsofcoffee/tetra/pull/50)) +### Bug Fixes + +* The shader attribute order is now explicitly defined - this fixes an issue with black screens on some drivers. ([@17cupsofcoffee](https://github.com/17cupsofcoffee), in [#52](https://github.com/17cupsofcoffee/tetra/pull/52)) + ## 0.2.0 (December 21, 2018) ### Breaking Changes diff --git a/Cargo.toml b/Cargo.toml index 80a4c5a7..47adfe3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tetra" description = "A simple 2D game framework written in Rust" -version = "0.2.0" +version = "0.2.1" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"