bump to v0.7.1

This commit is contained in:
yuni 2024-04-15 22:08:15 +02:00
parent 03cebb3f88
commit a26a8c79f7
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2769,7 +2769,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.7.0" version = "0.7.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"

View file

@ -154,6 +154,7 @@ python -m http.server -d wasm
# Changelog # Changelog
- v0.7.1: Much nicer HUD
- v0.7.0: - v0.7.0:
- Overhaul conversation system, now defined in YAML files - Overhaul conversation system, now defined in YAML files
- Implement conversation variables and if-branches - Implement conversation variables and if-branches