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

v0.5.0

parent e7d352ce
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.5.0] - 2022-08-04
### Added ### Added
......
[package] [package]
name = "bevy_tweening" name = "bevy_tweening"
version = "0.5.0-dev" version = "0.5.0"
authors = ["François Mockers <mockersf@gmail.com>", "Jerome Humbert <djeedai@gmail.com>"] authors = ["François Mockers <mockersf@gmail.com>", "Jerome Humbert <djeedai@gmail.com>"]
edition = "2021" edition = "2021"
description = "Tweening animation plugin for the Bevy game engine" description = "Tweening animation plugin for the Bevy game engine"
......
...@@ -24,7 +24,7 @@ Add to `Cargo.toml`: ...@@ -24,7 +24,7 @@ Add to `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
bevy_tweening = "0.4" bevy_tweening = "0.5"
``` ```
This crate supports the following features: This crate supports the following features:
...@@ -294,11 +294,12 @@ Compatibility of `bevy_tweening` versions: ...@@ -294,11 +294,12 @@ Compatibility of `bevy_tweening` versions:
| `bevy_tweening` | `bevy` | | `bevy_tweening` | `bevy` |
| :-- | :-- | | :-- | :-- |
| `0.5` | `0.8` |
| `0.4` | `0.7` | | `0.4` | `0.7` |
| `0.2`-`0.3` | `0.6` | | `0.2`-`0.3` | `0.6` |
| `0.1` | `0.5` | | `0.1` | `0.5` |
Due to the fast-moving nature of Bevy and frequent breaking changes, and the limited resources to maintan 🍃 Bevy Tweening, the `main` (unreleased) Bevy branch is not supported. Due to the fast-moving nature of Bevy and frequent breaking changes, and the limited resources to maintan 🍃 Bevy Tweening, the `main` (unreleased) Bevy branch is not supported. However the `bevy_tweening` crate is upgraded shortly after each new `bevy` release to support the newly released version.
## Comparison with `bevy_easings` ## Comparison with `bevy_easings`
......
...@@ -3,9 +3,10 @@ ...@@ -3,9 +3,10 @@
- Update `CHANGELOG` with date and version - Update `CHANGELOG` with date and version
- Update `Cargo.toml` with version - Update `Cargo.toml` with version
- Update `README.md` and other images to point to github raw content at commit SHA1 of current HEAD - Update `README.md` and other images to point to github raw content at commit SHA1 of current HEAD
- Update other documentation links to point to the new Bevy release (if any) on `docs.rs`
- `cargo fmt --all` - `cargo fmt --all`
- `cargo build` - `cargo test --no-default-features`
- `cargo test --all-features`
- `cargo clippy --workspace --all-targets --all-features -- -D warnings` - `cargo clippy --workspace --all-targets --all-features -- -D warnings`
- `cargo test`
- `cargo doc --no-deps` - `cargo doc --no-deps`
- `cargo +nightly build` (for `docs.rs`) - `cargo +nightly build --all-features` (for `docs.rs`)
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