diff --git a/CHANGELOG.md b/CHANGELOG.md index afa4c69..1b4f7d1 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.7] - 2023-09-29 + ### Added - Pause state @@ -74,7 +76,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.6...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.7...HEAD +[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 [0.0.4]: https://github.com/thombruce/verse/compare/v0.0.3...v0.0.4 diff --git a/Cargo.lock b/Cargo.lock index 1d788a1..9b7a3e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3434,7 +3434,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.6" +version = "0.0.7" dependencies = [ "bevy", "bevy_rapier2d", diff --git a/Cargo.toml b/Cargo.toml index f219d65..51d46d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.6" +version = "0.0.7" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html