Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious committed Jun 8, 2024
1 parent 7820815 commit 32dcd52
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.5.0 - 2024-06-09

### Breaking changes
- Move span_tweener and tween_timer types to `bevy_time_runner`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bevy_tween"
description = "Flexible tweening plugin library for Bevy"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
authors = [ "Multirious" ]
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ See changelog [here](CHANGELOG.md).
- **Flexible**: Supports many kind of animation due to its extensibility and modularity.
- Tween anything from anywhere, built-in or custom system.
- Interpolate with any curve, built-in or custom system.
- Anything as long as they're time controlled.
- *Literally anything* as long as they're time controlled.
- **Parallelism**: Since a tween or an animation primitive is one component and one system, they have great chances for system parallelism and increase in performance.
- **Rich timer control**:
- Looping
Expand Down Expand Up @@ -119,7 +119,7 @@ or [`bevy_easings`](https://github.com/vleue/bevy_easings):

|`bevy`|`bevy_tween`|
|------|------------|
|0.13 |0.2–0.4 |
|0.13 |0.2–0.5 |

## Credits
- [`bevy_tweening`](https://github.com/djeedai/bevy_tweening)
Expand Down

0 comments on commit 32dcd52

Please sign in to comment.