bump version to v0.11.0

This commit is contained in:
yuni 2024-09-15 05:32:02 +02:00
parent 310030b18c
commit ac44f4ee4f
3 changed files with 8 additions and 5 deletions

View file

@ -1,9 +1,12 @@
# git development version # v0.11.0
- Upgrade to Bevy 0.14.2, Rust 1.81 - 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 - 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 - Fix dialogs
# v0.10.2 # v0.10.2

2
Cargo.lock generated
View file

@ -3045,7 +3045,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.10.2" version = "0.11.0"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.10.2" version = "0.11.0"
edition = "2021" edition = "2021"
homepage = "https://codeberg.org/outfly/outfly" homepage = "https://codeberg.org/outfly/outfly"
repository = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"