Skip to content

Commit 1a5d944

Browse files
Release 0.5.3
1 parent 92e0111 commit 1a5d944

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ From 0.4.0 onwards, all breaking changes will be explicitly labelled, to make it
66

77
This project adheres to Semantic Versioning.
88

9-
# [Upcoming]
9+
# [0.5.3] - 2020-11-21
1010

1111
### Fixed
1212

@@ -597,7 +597,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V
597597

598598
* Initial release!
599599

600-
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.2..HEAD
600+
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.3..HEAD
601+
[0.5.3]: https://github.com/17cupsofcoffee/tetra/compare/0.5.2..0.5.3
601602
[0.5.2]: https://github.com/17cupsofcoffee/tetra/compare/0.5.1..0.5.2
602603
[0.5.1]: https://github.com/17cupsofcoffee/tetra/compare/0.5.0..0.5.1
603604
[0.5.0]: https://github.com/17cupsofcoffee/tetra/compare/0.4.2..0.5.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tetra"
33
description = "A simple 2D game framework written in Rust"
4-
version = "0.5.2"
4+
version = "0.5.3"
55
edition = "2018"
66
authors = ["Joe Clay <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)