From a551e62b290a004934dc77394a88e7f4d05f4102 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Fri, 9 Apr 2021 20:30:54 +0100 Subject: [PATCH] Release 0.6.3 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ca660e3..c659975f 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.6.3] - 2021-04-09 ### Added @@ -762,7 +762,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V * Initial release! -[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.2..HEAD +[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.3..HEAD +[0.6.3]: https://github.com/17cupsofcoffee/tetra/compare/0.6.2..0.6.3 [0.6.2]: https://github.com/17cupsofcoffee/tetra/compare/0.6.1..0.6.2 [0.6.1]: https://github.com/17cupsofcoffee/tetra/compare/0.6.0..0.6.1 [0.6.0]: https://github.com/17cupsofcoffee/tetra/compare/0.5.8..0.6.0 diff --git a/Cargo.toml b/Cargo.toml index ee61265e..109161a3 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.6.2" +version = "0.6.3" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"