From 939f03b95d755672cea1e669470471552bc28e52 Mon Sep 17 00:00:00 2001 From: hut Date: Mon, 8 Apr 2024 04:45:14 +0200 Subject: [PATCH] bump to v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b4e694..7febe5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2769,7 +2769,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.5.3" +version = "0.6.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 9590333..9fbdf17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "outfly" -version = "0.5.3" +version = "0.6.0" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index 536bdfe..f6bf66f 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ python -m http.server -d wasm # Changelog -- Git: +- v0.6.0: - Implement zooming with right click (AR only) - Implement targeting objects with left click (AR only) - Implement matching velocity to targeted objects with space