bump version to v0.10.0
This commit is contained in:
parent
5847fde332
commit
097c7c0c84
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3056,7 +3056,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.9.2"
|
||||
version = "0.10.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue