Skip to content

Commit 7ef63f1

Browse files
Release 0.2.11
1 parent 085f470 commit 7ef63f1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: 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.11] - 2019-02-06
88

99
### Fixed
1010

@@ -224,6 +224,7 @@ This project adheres to Semantic Versioning.
224224

225225
* Initial release!
226226

227+
[0.2.11]: https://github.com/17cupsofcoffee/tetra/compare/0.2.10..0.2.11
227228
[0.2.10]: https://github.com/17cupsofcoffee/tetra/compare/0.2.9..0.2.10
228229
[0.2.9]: https://github.com/17cupsofcoffee/tetra/compare/0.2.8..0.2.9
229230
[0.2.8]: https://github.com/17cupsofcoffee/tetra/compare/0.2.7..0.2.8

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

0 commit comments

Comments
 (0)