bump version to v0.9.1
This commit is contained in:
parent
8621002931
commit
93e5ee26e4
|
@ -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
2
Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue