Release v0.5.0
API complete revamp
This update contains a lot of changes and breaking changes which improves the looks and feels of bevy_tween's API. Timing types had been renamed and moved to bevy_time_runner
See full changelog include breaking changes here
Support bevy_eventlistener
Event implements bevy_eventlistener
by musjj. The implementation now exists inside bevy_time_runner
Integration with bevy_lookup_curve
Add interpolation using curve with bevy_lookup_curve. Example can be fount at examples/bevy_lookup_curve.rs