bump to v0.5.2

This commit is contained in:
yuni 2024-04-03 14:48:31 +02:00
parent 39e852817a
commit fd53c10a59
3 changed files with 5 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2748,7 +2748,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.5.1" version = "0.5.2"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.5.1" version = "0.5.2"
edition = "2021" edition = "2021"
homepage = "https://codeberg.org/hut/outfly" homepage = "https://codeberg.org/hut/outfly"
repository = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly"

View file

@ -120,6 +120,9 @@ cargo run --release
# Changelog # Changelog
- v0.5.2:
- Change BGM to Cinematic Chello by Aleksey Chistilin
- Fix vehicle exiting
- v0.5.1: - v0.5.1:
- Fix asteroid despawning - Fix asteroid despawning
- Add cheat codes - Add cheat codes