bump to v0.5.0
This commit is contained in:
parent
868668ab43
commit
cdb7007e41
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2748,7 +2748,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.4.1"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_embedded_assets",
|
"bevy_embedded_assets",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.4.1"
|
version = "0.5.0"
|
||||||
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"
|
||||||
|
|
|
@ -115,6 +115,10 @@ cargo run --release
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- v0.5.0:
|
||||||
|
- Implement dynamically spawning asteroids all over the ring
|
||||||
|
- Changed from 32-bit to 64-bit precision physics
|
||||||
|
- Center rendering coordinate system on player to fix visual glitches
|
||||||
- v0.4.1: Add visible ring around Jupiter
|
- v0.4.1: Add visible ring around Jupiter
|
||||||
- v0.4.0:
|
- v0.4.0:
|
||||||
- Implement physics, collisions
|
- Implement physics, collisions
|
||||||
|
|
Loading…
Reference in a new issue