diff --git a/CHANGELOG.md b/CHANGELOG.md index c6010a2..3027c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.8] - 2023-10-01 + ### Added - Start menu @@ -89,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CHANGELOG.md matching Keep a Changelog formatting - README with link to license doc and changelog -[unreleased]: https://github.com/thombruce/verse/compare/v0.0.7...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.8...HEAD +[0.0.8]: https://github.com/thombruce/verse/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/thombruce/verse/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/thombruce/verse/compare/v0.0.5...v0.0.6 [0.0.5]: https://github.com/thombruce/verse/compare/v0.0.4...v0.0.5 diff --git a/Cargo.lock b/Cargo.lock index 9b7a3e6..86f08d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3434,7 +3434,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.7" +version = "0.0.8" dependencies = [ "bevy", "bevy_rapier2d", diff --git a/Cargo.toml b/Cargo.toml index 51d46d5..6bb73b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.7" +version = "0.0.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html