bump version to v0.11.0
This commit is contained in:
parent
310030b18c
commit
ac44f4ee4f
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3045,7 +3045,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.10.2"
|
||||
version = "0.11.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue