bump version to 8.0.0

main v0.8.0
hut 2024-04-24 21:25:06 +02:00
parent 1cf4d28609
commit 330da6c7fc
3 changed files with 4 additions and 3 deletions

2
Cargo.lock generated
View File

@ -2758,7 +2758,7 @@ dependencies = [
[[package]]
name = "outfly"
version = "0.7.3"
version = "0.8.0"
dependencies = [
"bevy",
"bevy_embedded_assets",

View File

@ -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"

View File

@ -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: