diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f7c8ef41a054407e77acaeba777e8df454cdeab..17ef9be98974a303098fa08d3c96a600c3b6fc60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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). -## [Unreleased] +## [0.6.0] - 2022-11-15 ### Added diff --git a/Cargo.toml b/Cargo.toml index b8cb41e1d57420426c493bfb6a476eb66c157ad2..6acd0a1364659a8da25a24aded09b6c594f93596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ documentation = "https://docs.rs/bevy_tweening" keywords = ["bevy", "animation", "easing", "tweening"] license = "MIT OR Apache-2.0" readme = "README.md" -exclude = ["examples/*.gif", ".github", "release.md"] +exclude = ["examples/*.gif", ".github", "release.md", "run_examples.bat"] [features] default = ["bevy_sprite", "bevy_ui", "bevy_asset", "bevy_text"] diff --git a/README.md b/README.md index e8a3eaf65ac52679b2942286502d120116f7194b..8818fe91c75e48c327b3efa88a481f72a0874a28 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add to `Cargo.toml`: ```toml [dependencies] -bevy_tweening = "0.5" +bevy_tweening = "0.6" ``` This crate supports the following features: @@ -297,6 +297,7 @@ Compatibility of `bevy_tweening` versions: | `bevy_tweening` | `bevy` | | :-- | :-- | +| `0.6` | `0.9` | | `0.5` | `0.8` | | `0.4` | `0.7` | | `0.2`-`0.3` | `0.6` |