From ae3081187cdcebce1096381dbdd28e98dce0f70d Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 25 Apr 2020 16:47:16 +0100 Subject: [PATCH] Release 0.3.5 --- CHANGELOG.md | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 924213f9..5359af5a 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.3.5] - 2020-04-25 ### Added @@ -464,7 +464,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V * Initial release! -[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.3.4..HEAD +[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.3.5..HEAD +[0.3.5]: https://github.com/17cupsofcoffee/tetra/compare/0.3.4..0.3.5 [0.3.4]: https://github.com/17cupsofcoffee/tetra/compare/0.3.3..0.3.4 [0.3.3]: https://github.com/17cupsofcoffee/tetra/compare/0.3.2..0.3.3 [0.3.2]: https://github.com/17cupsofcoffee/tetra/compare/0.3.1..0.3.2 diff --git a/Cargo.toml b/Cargo.toml index 699b4d52..f4414a5b 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.3.4" +version = "0.3.5" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"