From 93e5ee26e4adf7d89cce38895236feb33653346d Mon Sep 17 00:00:00 2001 From: yuni Date: Wed, 22 May 2024 22:33:54 +0200 Subject: [PATCH] bump version to v0.9.1 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d250c..1add999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ -# git +# v0.9.1 - Implement cruise control - New logo: a white O, diagonal ring around it, and neon pink glow - New dashboard icons: rotation stabiliser, radioactivity warning +- Allow zooming (right click) when Augmented Reality is disabled # v0.9.0 diff --git a/Cargo.lock b/Cargo.lock index d724c51..f6096b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2767,7 +2767,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.9.0" +version = "0.9.1" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 3f659f9..33da5a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.9.0" +version = "0.9.1" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"