Skip to content
Snippets Groups Projects
Commit 761e6a04 authored by Jerome Humbert's avatar Jerome Humbert
Browse files

v0.6.0

parent b3a1c1fb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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"]
......
......@@ -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` |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment