diff --git a/CHANGELOG.md b/CHANGELOG.md index 095893d..f7f1465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v0.10.1 + +- Performance improvements +- Added character "Luna" near starting area + # v0.10.0 - Upgrade to Bevy 0.14, Rust 1.79 diff --git a/Cargo.lock b/Cargo.lock index 9a99593..8165c75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3056,7 +3056,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.10.0" +version = "0.10.1" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 3d9fe25..f50c650 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.10.0" +version = "0.10.1" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"