diff --git a/Cargo.lock b/Cargo.lock index bf36244..d15481f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.8.1" +version = "0.8.2" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index c6f188b..9f3d1ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.8.1" +version = "0.8.2" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index bee9f3d..522bfd2 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,9 @@ This enables the following: # Changelog +- v0.8.2: + - Add speedometer and bigger reticule + - Move asteroid, so the game doesn't start in the dark - v0.8.1: - Add command line options to set window/fullscreen mode - v0.8.0: