From d09422eb677650ccb524a5c5bf2e968d10f94183 Mon Sep 17 00:00:00 2001 From: Thom Bruce Date: Thu, 26 Oct 2023 22:24:44 +0100 Subject: [PATCH] v0.0.18 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7981bc4..fe63ca3 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.18] - 2023-10-26 + ### Added - UI damage indicators appear when a ship is hit @@ -259,7 +261,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.17...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.18...HEAD +[0.0.18]: https://github.com/thombruce/verse/compare/v0.0.17...v0.0.18 [0.0.17]: https://github.com/thombruce/verse/compare/v0.0.16...v0.0.17 [0.0.16]: https://github.com/thombruce/verse/compare/v0.0.15...v0.0.16 [0.0.15]: https://github.com/thombruce/verse/compare/v0.0.14...v0.0.15 diff --git a/Cargo.lock b/Cargo.lock index 54dd66c..82a1eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4007,7 +4007,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.17" +version = "0.0.18" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 0f6a93f..d9bc2a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.17" +version = "0.0.18" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html