bump version to v0.9.1

This commit is contained in:
yuni 2024-05-22 22:33:54 +02:00
parent 8621002931
commit 93e5ee26e4
3 changed files with 4 additions and 3 deletions

View file

@ -1,8 +1,9 @@
# git # v0.9.1
- Implement cruise control - Implement cruise control
- New logo: a white O, diagonal ring around it, and neon pink glow - New logo: a white O, diagonal ring around it, and neon pink glow
- New dashboard icons: rotation stabiliser, radioactivity warning - New dashboard icons: rotation stabiliser, radioactivity warning
- Allow zooming (right click) when Augmented Reality is disabled
# v0.9.0 # v0.9.0

2
Cargo.lock generated
View file

@ -2767,7 +2767,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.9.0" version = "0.9.1"
edition = "2021" edition = "2021"
homepage = "https://codeberg.org/outfly/outfly" homepage = "https://codeberg.org/outfly/outfly"
repository = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"