From 761e6a0478ac89b583e65c6ff113fa8411934ea9 Mon Sep 17 00:00:00 2001
From: Jerome Humbert <djeedai@gmail.com>
Date: Tue, 15 Nov 2022 21:22:40 +0000
Subject: [PATCH] v0.6.0

---
 CHANGELOG.md | 2 +-
 Cargo.toml   | 2 +-
 README.md    | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f7c8ef..17ef9be 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 b8cb41e..6acd0a1 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 e8a3eaf..8818fe9 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`  |
-- 
GitLab