diff --git a/Cargo.lock b/Cargo.lock index 3163bc2..11fed73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2769,7 +2769,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.7.1" +version = "0.7.2" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 8f997bf..6e256bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.7.1" +version = "0.7.2" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index 3f85ffe..674c642 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,9 @@ python -m http.server -d wasm # Changelog +- v0.7.2: + - Implement colliders based on object shape + - Add "The Whale" vehicle around bus station Metis Prime - v0.7.1: Much nicer HUD - v0.7.0: - Overhaul conversation system, now defined in YAML files