diff --git a/Cargo.lock b/Cargo.lock index b9adf28..cdd1933 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2748,7 +2748,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.4.1" +version = "0.5.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index d3a7c95..1ed49da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.4.1" +version = "0.5.0" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index c011573..c230f96 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,10 @@ cargo run --release # 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.0: - Implement physics, collisions