From 8e48aecf5930316b7fb07c144fbf0ce556713e49 Mon Sep 17 00:00:00 2001 From: Thom Bruce Date: Sat, 18 Nov 2023 15:51:18 +0000 Subject: [PATCH] v0.0.26 --- 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 b3c663e..7bdec8d 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.26] - 2023-11-18 + ### Added - Add game score that increases when player damages or destroys an enemy @@ -390,7 +392,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.25...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.26...HEAD +[0.0.26]: https://github.com/thombruce/verse/compare/v0.0.25...v0.0.26 [0.0.25]: https://github.com/thombruce/verse/compare/v0.0.24...v0.0.25 [0.0.24]: https://github.com/thombruce/verse/compare/v0.0.23...v0.0.24 [0.0.23]: https://github.com/thombruce/verse/compare/v0.0.22...v0.0.23 diff --git a/Cargo.lock b/Cargo.lock index a13e327..a44e665 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4460,7 +4460,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.25" +version = "0.0.26" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 9519bdb..361f448 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.25" +version = "0.0.26" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html