bump version to 8.0.0

This commit is contained in:
yuni 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]] [[package]]
name = "outfly" name = "outfly"
version = "0.7.3" version = "0.8.0"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.7.3" version = "0.8.0"
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"

View file

@ -175,10 +175,11 @@ python -m http.server -d wasm
# Changelog # Changelog
- git: - v0.8.0:
- Implement animations - Implement animations
- Implement shadows - Implement shadows
- Implement markers for points of interest in the map - Implement markers for points of interest in the map
- Add new animated high-poly player mesh
- Add new secret character - Add new secret character
- v0.7.3: Implement map. You can now zoom out ALL THE WAY - v0.7.3: Implement map. You can now zoom out ALL THE WAY
- v0.7.2: - v0.7.2: