bump version to 0.8.1
This commit is contained in:
parent
c0e17ed249
commit
61c41c9369
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2758,7 +2758,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_embedded_assets",
|
"bevy_embedded_assets",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.8.0"
|
version = "0.8.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://codeberg.org/hut/outfly"
|
homepage = "https://codeberg.org/hut/outfly"
|
||||||
repository = "https://codeberg.org/hut/outfly"
|
repository = "https://codeberg.org/hut/outfly"
|
||||||
|
|
|
@ -219,7 +219,8 @@ This enables the following:
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
- git: Add command line options to set window/fullscreen mode
|
- v0.8.1:
|
||||||
|
- Add command line options to set window/fullscreen mode
|
||||||
- v0.8.0:
|
- v0.8.0:
|
||||||
- Implement animations
|
- Implement animations
|
||||||
- Implement shadows
|
- Implement shadows
|
||||||
|
|
Loading…
Reference in a new issue