From 5d89043ef2afad5915dc4458021835cba39ff3c2 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 17 Apr 2024 15:25:20 +0200 Subject: [PATCH] bump version to v0.7.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) 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