bump version to v0.8.2

This commit is contained in:
yuni 2024-04-28 23:23:01 +02:00
parent 82fd1313b2
commit 9b402df46f
3 changed files with 5 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2803,7 +2803,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.8.1" version = "0.8.2"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.8.1" version = "0.8.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"

View file

@ -228,6 +228,9 @@ This enables the following:
# Changelog # Changelog
- v0.8.2:
- Add speedometer and bigger reticule
- Move asteroid, so the game doesn't start in the dark
- v0.8.1: - v0.8.1:
- Add command line options to set window/fullscreen mode - Add command line options to set window/fullscreen mode
- v0.8.0: - v0.8.0: