Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Mar 23, 2022
1 parent b1a6ecf commit efdbe06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.

## [0.7] - 2021-??-??
## [0.7] - 2022-03-23

### Added

Expand Down
4 changes: 2 additions & 2 deletions 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.7.0-alpha1"
version = "0.7.0"
edition = "2021"
authors = ["Joe Clay <[email protected]>"]
license = "MIT"
Expand All @@ -15,7 +15,7 @@ categories = ["game-engines"]
sdl2 = "0.35.0"
rodio = { version = "0.15.0", optional = true, default-features = false }
glow = "0.11.0"
image = { version = "0.23.12", default-features = false }
image = { version = "0.24.1", default-features = false }
vek = { version = "0.15.4", default-features = false }
hashbrown = "0.12.0"
serde = { version = "1.0.104", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ For more information, see [this blog post](https://www.seventeencups.net/posts/t
To add Tetra to your project, add the following line to your `Cargo.toml` file:

```toml
tetra = "0.7.0-alpha1"
tetra = "0.7"
```

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

0 comments on commit efdbe06

Please sign in to comment.