From 61c41c9369be0bb65ef32e9d0ff8c482680d4cf3 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 26 Apr 2024 22:56:21 +0200 Subject: [PATCH] bump version to 0.8.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 232e13e..1ca0bd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2758,7 +2758,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.8.0" +version = "0.8.1" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index e54ecbe..385d5a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.8.0" +version = "0.8.1" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly" diff --git a/README.md b/README.md index 2a6ae27..95efb3c 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,8 @@ This enables the following: # Changelog -- git: Add command line options to set window/fullscreen mode +- v0.8.1: + - Add command line options to set window/fullscreen mode - v0.8.0: - Implement animations - Implement shadows