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