Skip to content

Commit ced298e

Browse files
Release 0.6.4
1 parent a3aaafb commit ced298e

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.6.4] - 2021-05-14
1010

1111
### Added
1212

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

796796
* Initial release!
797797

798-
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.3..HEAD
798+
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.4..HEAD
799+
[0.6.3]: https://github.com/17cupsofcoffee/tetra/compare/0.6.3..0.6.4
799800
[0.6.3]: https://github.com/17cupsofcoffee/tetra/compare/0.6.2..0.6.3
800801
[0.6.2]: https://github.com/17cupsofcoffee/tetra/compare/0.6.1..0.6.2
801802
[0.6.1]: https://github.com/17cupsofcoffee/tetra/compare/0.6.0..0.6.1

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.6.3"
4+
version = "0.6.4"
55
edition = "2018"
66
authors = ["Joe Clay <[email protected]>"]
77
license = "MIT"

0 commit comments

Comments
 (0)