bump to v0.5.1
This commit is contained in:
parent
ba4c03b7fb
commit
02061c0cd6
3 changed files with 6 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2748,7 +2748,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "outfly"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/hut/outfly"
|
||||
repository = "https://codeberg.org/hut/outfly"
|
||||
|
|
|
@ -121,6 +121,10 @@ cargo run --release
|
|||
|
||||
# Changelog
|
||||
|
||||
- v0.5.1:
|
||||
- Fix asteroid despawning
|
||||
- Add cheat codes
|
||||
- Add moon Thebe
|
||||
- v0.5.0:
|
||||
- Implement dynamically spawning asteroids all over the ring
|
||||
- Changed from 32-bit to 64-bit precision physics
|
||||
|
|
Loading…
Add table
Reference in a new issue