From ac44f4ee4f2276f2c7235510c4039c8bed0fb884 Mon Sep 17 00:00:00 2001 From: yuni Date: Sun, 15 Sep 2024 05:32:02 +0200 Subject: [PATCH] bump version to v0.11.0 --- CHANGELOG.md | 9 ++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d237ab..4744955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ -# git development version +# v0.11.0 - Upgrade to Bevy 0.14.2, Rust 1.81 -- Overhauled sounds effecs and music -- Add "`" (backtick) key to fast-forward conversations - All game assets are now free, as defined by the Free Software Foundation +- Overhaul sounds effecs +- Change music to "Takeoff (remastered)" by Serat +- Change textures for moons and Venus back to old ones, until new ones are free +- Add sounds for drinking pizza, refilling oxygen +- Add "`" (backtick) key to fast-forward conversations - Fix dialogs # v0.10.2 diff --git a/Cargo.lock b/Cargo.lock index 051444b..38a0af2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3045,7 +3045,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.10.2" +version = "0.11.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 306907f..8491b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.10.2" +version = "0.11.0" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"