From b91d9c08fc895eed40600fa53a2d10550c31a50c Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Fri, 27 Nov 2020 16:55:10 +0000 Subject: [PATCH] Prepare 0.5.4 for release --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8c3cc5..7823712f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ From 0.4.0 onwards, all breaking changes will be explicitly labelled, to make it This project adheres to Semantic Versioning. -## [Upcoming] +## [0.5.4] - 2020-11-27 ### Added @@ -610,7 +610,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V * Initial release! -[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.3..HEAD +[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.4..HEAD +[0.5.4]: https://github.com/17cupsofcoffee/tetra/compare/0.5.3..0.5.4 [0.5.3]: https://github.com/17cupsofcoffee/tetra/compare/0.5.2..0.5.3 [0.5.2]: https://github.com/17cupsofcoffee/tetra/compare/0.5.1..0.5.2 [0.5.1]: https://github.com/17cupsofcoffee/tetra/compare/0.5.0..0.5.1 diff --git a/Cargo.toml b/Cargo.toml index d742d09f..7a8ff397 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.5.3" +version = "0.5.4" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"