From 838b8b7fd6908e7198d667f1233bc7f851801662 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 20 Apr 2024 04:58:11 +0200 Subject: [PATCH] bump version to v0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1348ba6..1ce3ea8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2737,7 +2737,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.7.2" +version = "0.7.3" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index f37edb1..1752e39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.7.2" +version = "0.7.3" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index 50ab081..2c4bb88 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ python -m http.server -d wasm # Changelog +- v0.7.3: Implement map. You can now zoom out ALL THE WAY - v0.7.2: - Implement colliders based on object shape - Add "The Whale" vehicle around bus station Metis Prime