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"