bump version to v0.10.0

This commit is contained in:
yuni 2024-07-14 21:20:01 +02:00
parent 5847fde332
commit 097c7c0c84
3 changed files with 4 additions and 3 deletions

View file

@ -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
View file

@ -3056,7 +3056,7 @@ dependencies = [
[[package]]
name = "outfly"
version = "0.9.2"
version = "0.10.0"
dependencies = [
"bevy",
"bevy_embedded_assets",

View file

@ -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"