diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d499dd..ab35da9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/README.md b/README.md index f5e16fb..c42ad18 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/src/lib.rs b/src/lib.rs index fbea954..e186c5e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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).