From 32d07519c9710d2b7c81cd98ec4dfd7e205d4be5 Mon Sep 17 00:00:00 2001 From: Martin Starman Date: Tue, 4 Jun 2024 21:14:55 +0200 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- changelog.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2fa1f5..d35901f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1302,7 +1302,7 @@ checksum = "cbf4a6aa5f6d6888f39e980649f3ad6b666acdce1d78e95b8a2cb076e687ae30" [[package]] name = "rtte" -version = "0.7.0" +version = "0.8.0" dependencies = [ "bevy_ecs", "i_float", diff --git a/Cargo.toml b/Cargo.toml index 1304c1a..d02550e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "rtte" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/changelog.md b/changelog.md index f88232f..a920f9f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0] - 2024-06-04 +- local collision avoidance (player, enemy) + ## [0.7.0] - 2024-03-28 - animated sprites