bump version to v0.7.3
This commit is contained in:
parent
44e4c5493a
commit
838b8b7fd6
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2737,7 +2737,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_embedded_assets",
|
"bevy_embedded_assets",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
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"
|
||||||
|
|
|
@ -157,6 +157,7 @@ python -m http.server -d wasm
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
- v0.7.3: Implement map. You can now zoom out ALL THE WAY
|
||||||
- v0.7.2:
|
- v0.7.2:
|
||||||
- Implement colliders based on object shape
|
- Implement colliders based on object shape
|
||||||
- Add "The Whale" vehicle around bus station Metis Prime
|
- Add "The Whale" vehicle around bus station Metis Prime
|
||||||
|
|
Loading…
Reference in a new issue