diff --git a/CHANGELOG.md b/CHANGELOG.md index 7555fc9..ef823e9 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.22] - 2023-11-03 + ### Added - Bullet spread; bullets will now fire in a slightly random direction based on accuracy @@ -319,7 +321,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.21...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.22...HEAD +[0.0.22]: https://github.com/thombruce/verse/compare/v0.0.21...v0.0.22 [0.0.21]: https://github.com/thombruce/verse/compare/v0.0.20...v0.0.21 [0.0.20]: https://github.com/thombruce/verse/compare/v0.0.19...v0.0.20 [0.0.19]: https://github.com/thombruce/verse/compare/v0.0.18...v0.0.19 diff --git a/Cargo.lock b/Cargo.lock index 1bfead0..1ef4433 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4290,7 +4290,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.21" +version = "0.0.22" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 5781140..27320bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.21" +version = "0.0.22" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html