Skip to content

Commit

Permalink
Release 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee committed Mar 17, 2023
1 parent d9cafa0 commit 34e6cd3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.8.0] - 2023-03-17

### Added

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

* Initial release!

[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.7.0..HEAD
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.8.0..HEAD
[0.7.0]: https://github.com/17cupsofcoffee/tetra/compare/0.7.0..0.8.0
[0.7.0]: https://github.com/17cupsofcoffee/tetra/compare/0.6.7..0.7.0
[0.6.7]: https://github.com/17cupsofcoffee/tetra/compare/0.6.6..0.6.7
[0.6.6]: https://github.com/17cupsofcoffee/tetra/compare/0.6.5..0.6.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,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"
tetra = "0.8"
```

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 @@ -27,7 +27,7 @@
//! To add Tetra to your project, add the following line to your `Cargo.toml` file:
//!
//! ```toml
//! tetra = "0.7"
//! tetra = "0.8"
//! ```
//!
//! 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 34e6cd3

Please sign in to comment.