diff --git a/CHANGELOG.md b/CHANGELOG.md index b54cf66..2a59436 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.3] - 2023-09-27 + ### Added - Workflow to build versioned game releases @@ -32,6 +34,7 @@ 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.2...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.3...HEAD +[0.0.3]: https://github.com/thombruce/verse/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/thombruce/verse/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/thombruce/verse/releases/tag/v0.0.1 diff --git a/Cargo.lock b/Cargo.lock index 578012f..2ec37e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3364,7 +3364,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.2" +version = "0.0.3" dependencies = [ "bevy", "bevy_rapier2d", diff --git a/Cargo.toml b/Cargo.toml index f8313c4..fdf9ccc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.2" +version = "0.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html