diff --git a/CHANGELOG.md b/CHANGELOG.md index 0514c002..53c31b22 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.7] - 2021-01-15 ### Added @@ -651,7 +651,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V * Initial release! -[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.6..HEAD +[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.7..HEAD +[0.5.6]: https://github.com/17cupsofcoffee/tetra/compare/0.5.6..0.5.7 [0.5.6]: https://github.com/17cupsofcoffee/tetra/compare/0.5.5..0.5.6 [0.5.5]: https://github.com/17cupsofcoffee/tetra/compare/0.5.4..0.5.5 [0.5.4]: https://github.com/17cupsofcoffee/tetra/compare/0.5.3..0.5.4 diff --git a/Cargo.toml b/Cargo.toml index b2c92a53..05d56bd5 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.6" +version = "0.5.7" edition = "2018" authors = ["Joe Clay <27cupsofcoffee@gmail.com>"] license = "MIT"