From b9cb8c4f8ba06c39e4d9a50ad82778a4813d5a56 Mon Sep 17 00:00:00 2001 From: Thom Bruce Date: Wed, 15 Nov 2023 03:16:10 +0000 Subject: [PATCH] v0.0.24 --- 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 88ec013..3e2f927 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.24] - 2023-11-15 + ### Added - Actual values for semi-major axes of planetary orbits (scaled down after calculations) @@ -357,7 +359,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.23...HEAD +[unreleased]: https://github.com/thombruce/verse/compare/v0.0.24...HEAD +[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 [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 diff --git a/Cargo.lock b/Cargo.lock index aefb78f..375eebd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4460,7 +4460,7 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[package]] name = "verse" -version = "0.0.23" +version = "0.0.24" dependencies = [ "bevy", "bevy-inspector-egui", diff --git a/Cargo.toml b/Cargo.toml index 4214b5d..100ae96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verse" -version = "0.0.23" +version = "0.0.24" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html