Skip to content

Commit

Permalink
Release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Feb 5, 2021
1 parent d375c48 commit fa9e231
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0] - 2021-02-05

### Added

Expand Down Expand Up @@ -714,7 +714,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V

* Initial release!

[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.8..HEAD
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.6.0..HEAD
[0.6.0]: https://github.com/17cupsofcoffee/tetra/compare/0.5.8..0.6.0
[0.5.8]: https://github.com/17cupsofcoffee/tetra/compare/0.5.7..0.5.8
[0.5.7]: 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tetra"
description = "A simple 2D game framework written in Rust"
version = "0.6.0-alpha1"
version = "0.6.0"
edition = "2018"
authors = ["Joe Clay <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fa9e231

Please sign in to comment.