Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Sep 2, 2020
1 parent d12169a commit b71168d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 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.

## [Upcoming]
## [0.5.0] - 2020-09-02

### Added

Expand Down Expand Up @@ -562,7 +562,8 @@ for. This can be useful when implementing more complex animation behaviors. ([@V

* Initial release!

[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.4.2..HEAD
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.5.0..HEAD
[0.5.0]: https://github.com/17cupsofcoffee/tetra/compare/0.4.2..0.5.0
[0.4.2]: https://github.com/17cupsofcoffee/tetra/compare/0.4.1..0.4.2
[0.4.1]: https://github.com/17cupsofcoffee/tetra/compare/0.4.0..0.4.1
[0.4.0]: https://github.com/17cupsofcoffee/tetra/compare/0.3.6..0.4.0
Expand Down
2 changes: 1 addition & 1 deletion 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.4.2"
version = "0.5.0"
edition = "2018"
authors = ["Joe Clay <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Tetra is a simple 2D game framework written in Rust. It uses SDL2 for event hand
To add Tetra to your project, add the following line to your `Cargo.toml` file:

```toml
tetra = "0.4"
tetra = "0.5"
```

You will also need to install the SDL2 native libraries - full details are provided in the [documentation](https://tetra.seventeencups.net/installation).
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
//! To add Tetra to your project, add the following line to your `Cargo.toml` file:
//!
//! ```toml
//! tetra = "0.4"
//! tetra = "0.5"
//! ```
//!
//! 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 b71168d

Please sign in to comment.