Skip to content

Commit 15b1b27

Browse files
Release 0.6.5
1 parent afcf981 commit 15b1b27

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.5] - 2021-05-26
1010

1111
### Added
1212

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

808808
* Initial release!
809809

810-
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.4..HEAD
810+
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.5..HEAD
811+
[0.6.5]: https://github.com/17cupsofcoffee/tetra/compare/0.6.4..0.6.5
811812
[0.6.4]: https://github.com/17cupsofcoffee/tetra/compare/0.6.3..0.6.4
812813
[0.6.3]: https://github.com/17cupsofcoffee/tetra/compare/0.6.2..0.6.3
813814
[0.6.2]: https://github.com/17cupsofcoffee/tetra/compare/0.6.1..0.6.2

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

0 commit comments

Comments
 (0)