diff --git a/CHANGELOG.md b/CHANGELOG.md index e611446..2b3786c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.11] - 2023-10-07 + ### Added - Moon orbiting planet, demonstrating new orbital system - Indicator system added to the HUD - (Optional) pixelation shader for retro effect - (Optional) chromatic aberration shader -- Source and license info to credit attributions +- Source and license info added to credit attributions ### Changed @@ -138,7 +140,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.10...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.11...HEAD +[0.0.11]: https://github.com/thombruce/verse/compare/v0.0.10...v0.0.11 [0.0.10]: https://github.com/thombruce/verse/compare/v0.0.9...v0.0.10 [0.0.9]: https://github.com/thombruce/verse/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/thombruce/verse/compare/v0.0.7...v0.0.8 diff --git a/Cargo.lock b/Cargo.lock index a93d009..3b9566e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3723,7 +3723,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.10" +version = "0.0.11" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index e0189e9..0a7cdc0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.10" +version = "0.0.11" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html