Skip to content

Commit 45894a8

Browse files
Release 0.2.18
1 parent b8ec8e1 commit 45894a8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
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.18] - 2019-05-18
88

99
### Added
1010

@@ -324,6 +324,7 @@ This project adheres to Semantic Versioning.
324324

325325
* Initial release!
326326

327+
[0.2.18]: https://github.com/17cupsofcoffee/tetra/compare/0.2.17..0.2.18
327328
[0.2.17]: https://github.com/17cupsofcoffee/tetra/compare/0.2.16..0.2.17
328329
[0.2.16]: https://github.com/17cupsofcoffee/tetra/compare/0.2.15..0.2.16
329330
[0.2.15]: https://github.com/17cupsofcoffee/tetra/compare/0.2.14..0.2.15

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

0 commit comments

Comments
 (0)