Skip to content

Commit efdbe06

Browse files
Release 0.7
1 parent b1a6ecf commit efdbe06

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
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-
## [0.7] - 2021-??-??
9+
## [0.7] - 2022-03-23
1010

1111
### Added
1212

Cargo.toml

+2-2
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.7.0-alpha1"
4+
version = "0.7.0"
55
edition = "2021"
66
authors = ["Joe Clay <[email protected]>"]
77
license = "MIT"
@@ -15,7 +15,7 @@ categories = ["game-engines"]
1515
sdl2 = "0.35.0"
1616
rodio = { version = "0.15.0", optional = true, default-features = false }
1717
glow = "0.11.0"
18-
image = { version = "0.23.12", default-features = false }
18+
image = { version = "0.24.1", default-features = false }
1919
vek = { version = "0.15.4", default-features = false }
2020
hashbrown = "0.12.0"
2121
serde = { version = "1.0.104", optional = true }

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For more information, see [this blog post](https://www.seventeencups.net/posts/t
3838
To add Tetra to your project, add the following line to your `Cargo.toml` file:
3939

4040
```toml
41-
tetra = "0.7.0-alpha1"
41+
tetra = "0.7"
4242
```
4343

4444
You will also need to install the SDL2 native libraries - full details are provided in the [documentation](https://tetra.seventeencups.net/installation).

0 commit comments

Comments
 (0)