From 097c7c0c840d4d684741496e7789c67c392dee48 Mon Sep 17 00:00:00 2001 From: yuni Date: Sun, 14 Jul 2024 21:20:01 +0200 Subject: [PATCH] bump version to v0.10.0 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c98a77a..095893d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Git Development Version +# v0.10.0 - Upgrade to Bevy 0.14, Rust 1.79 - Implement gravity and orbiting (everything's super fast now) @@ -11,6 +11,7 @@ - Add suffocation sound effects - Add new character "Sus" near the pizzeria - More conversations +- Fix flashlight when inside vehicles - Regression: Broken generic asteroids -> disabled for now # v0.9.2 diff --git a/Cargo.lock b/Cargo.lock index 9bbf982..9a99593 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.9.2" +version = "0.10.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index fd8b8d2..3d9fe25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.9.2" +version = "0.10.0" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"