bump version to v0.7.2
This commit is contained in:
parent
81b09d183a
commit
5d89043ef2
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2769,7 +2769,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_embedded_assets",
|
"bevy_embedded_assets",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.7.1"
|
version = "0.7.2"
|
||||||
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"
|
||||||
|
|
|
@ -155,6 +155,9 @@ python -m http.server -d wasm
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- v0.7.2:
|
||||||
|
- Implement colliders based on object shape
|
||||||
|
- Add "The Whale" vehicle around bus station Metis Prime
|
||||||
- v0.7.1: Much nicer HUD
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue