From 81c9b6c518d4d1921d0c2527df9409b7de6d8490 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Tue, 26 Jul 2022 19:26:57 +0000 Subject: [PATCH] Prepare release --- CHANGELOG.md | 20 +++++++++++++++++++- Cargo.toml | 2 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6b543..b887516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased + + + + + + + + + ### New Features (BREAKING) - Public `update` function for the state - The state is no longer automatically reset after the last frame of a `run_once` animation. So one must explicitly reset the state if they desire to restart the animation later. + The state is no longer automatically reset after the last frame of a `run_once` animation. + So one must explicitly reset the state if they desire to restart the animation later. ### Chore (BREAKING) - Remove `AnimationPostUpdateSystem` It had no effect. This may be reintroduced (with effect) if requested. +### Refactor (BREAKING) + + - No longer require animation to get the sprite index + +### Documentation + + - Fix incorrect 'since' clause for a deprecation + ## v4.0.0-alpha.6 (2022-07-17) diff --git a/Cargo.toml b/Cargo.toml index fbc260d..9a429c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "benimator" -version = "4.0.0-alpha.6" +version = "4.0.0-alpha.7" edition = "2021" rust-version = "1.60" authors = ["Jonathan Cornaz"]