Skip to content

Commit 7ec60ae

Browse files
Release 0.2.20
1 parent eedb3dc commit 7ec60ae

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
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file, following t
44

55
This project adheres to Semantic Versioning.
66

7-
## [Upcoming]
7+
## [0.2.20] - 2019-07-13
88

99
### Changed
1010

@@ -351,7 +351,8 @@ This project adheres to Semantic Versioning.
351351

352352
* Initial release!
353353

354-
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.2.19..HEAD
354+
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.2.20..HEAD
355+
[0.2.20]: https://github.com/17cupsofcoffee/tetra/compare/0.2.19..0.2.20
355356
[0.2.19]: https://github.com/17cupsofcoffee/tetra/compare/0.2.18..0.2.19
356357
[0.2.18]: https://github.com/17cupsofcoffee/tetra/compare/0.2.17..0.2.18
357358
[0.2.17]: https://github.com/17cupsofcoffee/tetra/compare/0.2.16..0.2.17

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

0 commit comments

Comments
 (0)