Skip to content

Commit 34e6cd3

Browse files
Release 0.8
1 parent d9cafa0 commit 34e6cd3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
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-
## [Upcoming]
9+
## [0.8.0] - 2023-03-17
1010

1111
### Added
1212

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

909909
* Initial release!
910910

911-
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.7.0..HEAD
911+
[Upcoming]: https://github.com/17cupsofcoffee/tetra/compare/0.8.0..HEAD
912+
[0.7.0]: https://github.com/17cupsofcoffee/tetra/compare/0.7.0..0.8.0
912913
[0.7.0]: https://github.com/17cupsofcoffee/tetra/compare/0.6.7..0.7.0
913914
[0.6.7]: https://github.com/17cupsofcoffee/tetra/compare/0.6.6..0.6.7
914915
[0.6.6]: https://github.com/17cupsofcoffee/tetra/compare/0.6.5..0.6.6

README.md

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

3636
```toml
37-
tetra = "0.7"
37+
tetra = "0.8"
3838
```
3939

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

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
//! To add Tetra to your project, add the following line to your `Cargo.toml` file:
2828
//!
2929
//! ```toml
30-
//! tetra = "0.7"
30+
//! tetra = "0.8"
3131
//! ```
3232
//!
3333
//! 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)