Skip to content

Commit 4015fac

Browse files
Release 0.6.7
1 parent 9fee303 commit 4015fac

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

1111
### Changed
1212

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

847847
* Initial release!
848848

849-
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.6..HEAD
849+
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.7..HEAD
850+
[0.6.7]: https://github.com/17cupsofcoffee/tetra/compare/0.6.6..0.6.7
850851
[0.6.6]: https://github.com/17cupsofcoffee/tetra/compare/0.6.5..0.6.6
851852
[0.6.5]: https://github.com/17cupsofcoffee/tetra/compare/0.6.4..0.6.5
852853
[0.6.4]: https://github.com/17cupsofcoffee/tetra/compare/0.6.3..0.6.4

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

0 commit comments

Comments
 (0)