From 7ef63f1f0b927ac2ebdbccf588441f0bbfb29d3f Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Wed, 6 Feb 2019 19:09:41 +0000 Subject: [PATCH] Release 0.2.11 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86746955..62752159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, following t This project adheres to Semantic Versioning. -## Upcoming +## [0.2.11] - 2019-02-06 ### Fixed @@ -224,6 +224,7 @@ This project adheres to Semantic Versioning. * Initial release! +[0.2.11]: https://github.com/17cupsofcoffee/tetra/compare/0.2.10..0.2.11 [0.2.10]: https://github.com/17cupsofcoffee/tetra/compare/0.2.9..0.2.10 [0.2.9]: https://github.com/17cupsofcoffee/tetra/compare/0.2.8..0.2.9 [0.2.8]: https://github.com/17cupsofcoffee/tetra/compare/0.2.7..0.2.8 diff --git a/Cargo.toml b/Cargo.toml index c7709c79..1e44dee7 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.10" +version = "0.2.11" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"