bump version to 8.0.0
This commit is contained in:
parent
1cf4d28609
commit
330da6c7fc
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2758,7 +2758,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[package]
|
||||
name = "outfly"
|
||||
version = "0.7.3"
|
||||
version = "0.8.0"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/hut/outfly"
|
||||
repository = "https://codeberg.org/hut/outfly"
|
||||
|
|
|
@ -175,10 +175,11 @@ python -m http.server -d wasm
|
|||
|
||||
# Changelog
|
||||
|
||||
- git:
|
||||
- v0.8.0:
|
||||
- Implement animations
|
||||
- Implement shadows
|
||||
- Implement markers for points of interest in the map
|
||||
- Add new animated high-poly player mesh
|
||||
- Add new secret character
|
||||
- v0.7.3: Implement map. You can now zoom out ALL THE WAY
|
||||
- v0.7.2:
|
||||
|
|
Loading…
Reference in a new issue