From f6155a3914d040ed326aad1ec7a7caf526641961 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 4 May 2024 01:51:24 +0200 Subject: [PATCH] bump version to v0.8.4 --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c245cff..8c04713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.8.4 + +- Fix star positions in map when zooming far out and moving around + # v0.8.3 - Implement "outfly.toml" configuration file diff --git a/Cargo.lock b/Cargo.lock index 6de44df..41d6fb4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.8.3" +version = "0.8.4" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index c1218e2..ea373d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.8.3" +version = "0.8.4" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly"