Skip to content

Commit 7bf13a4

Browse files
djeedaiazarmadr
authored andcommitted
v0.5.0
1 parent fb47efb commit 7bf13a4

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## [Unreleased]
6+
## [0.5.0] - 2022-08-04
77

88
### Added
99

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_tweening"
3-
version = "0.5.0-dev"
3+
version = "0.5.0"
44
authors = ["François Mockers <[email protected]>", "Jerome Humbert <[email protected]>"]
55
edition = "2021"
66
description = "Tweening animation plugin for the Bevy game engine"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add to `Cargo.toml`:
2424

2525
```toml
2626
[dependencies]
27-
bevy_tweening = "0.4"
27+
bevy_tweening = "0.5"
2828
```
2929

3030
This crate supports the following features:
@@ -294,11 +294,12 @@ Compatibility of `bevy_tweening` versions:
294294

295295
| `bevy_tweening` | `bevy` |
296296
| :-- | :-- |
297+
| `0.5` | `0.8` |
297298
| `0.4` | `0.7` |
298299
| `0.2`-`0.3` | `0.6` |
299300
| `0.1` | `0.5` |
300301

301-
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.
302+
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.
302303

303304
## Comparison with `bevy_easings`
304305

release.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
- Update `CHANGELOG` with date and version
44
- Update `Cargo.toml` with version
55
- Update `README.md` and other images to point to github raw content at commit SHA1 of current HEAD
6+
- Update other documentation links to point to the new Bevy release (if any) on `docs.rs`
67
- `cargo fmt --all`
7-
- `cargo build`
8+
- `cargo test --no-default-features`
9+
- `cargo test --all-features`
810
- `cargo clippy --workspace --all-targets --all-features -- -D warnings`
9-
- `cargo test`
1011
- `cargo doc --no-deps`
11-
- `cargo +nightly build` (for `docs.rs`)
12+
- `cargo +nightly build --all-features` (for `docs.rs`)

0 commit comments

Comments
 (0)