diff --git a/CHANGELOG.md b/CHANGELOG.md index d28dd7b787b92a738545e77ff614dbb96b761350..f89267ae56be41cc66c5a229bf11a8190a596960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.2] - 2022-02-24 ### Added diff --git a/Cargo.toml b/Cargo.toml index 09587ba737c2805e841da2f03f083c34662cf8cf..2ce63e1efde8b662db17be761720eb6c285abecc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tweening" -version = "0.3.1" +version = "0.3.2" authors = ["François Mockers <mockersf@gmail.com>", "Jerome Humbert <djeedai@gmail.com>"] edition = "2021" description = "Tweening animation plugin for the Bevy game engine" diff --git a/README.md b/README.md index 7512020ca2201e9c263538ee6591030eff502fdd..2157e8e8bbb970921fec388b426084ec54b9d85e 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/main/example cargo run --example menu --features="bevy/bevy_winit" ``` - + ### [`sprite_color`](examples/sprite_color.rs) @@ -180,7 +180,7 @@ cargo run --example menu --features="bevy/bevy_winit" cargo run --example sprite_color --features="bevy/bevy_winit" ``` - + ### [`transform_rotation`](examples/transform_rotation.rs) @@ -188,7 +188,7 @@ cargo run --example sprite_color --features="bevy/bevy_winit" cargo run --example transform_rotation --features="bevy/bevy_winit" ``` - + ### [`transform_translation`](examples/transform_translation.rs) @@ -196,7 +196,7 @@ cargo run --example transform_rotation --features="bevy/bevy_winit" cargo run --example transform_translation --features="bevy/bevy_winit" ``` - + ### [`colormaterial_color`](examples/colormaterial_color.rs) @@ -204,7 +204,7 @@ cargo run --example transform_translation --features="bevy/bevy_winit" cargo run --example colormaterial_color --features="bevy/bevy_winit" ``` - + ### [`ui_position`](examples/ui_position.rs) @@ -212,7 +212,7 @@ cargo run --example colormaterial_color --features="bevy/bevy_winit" cargo run --example ui_position --features="bevy/bevy_winit" ``` - + ### [`sequence`](examples/sequence.rs) @@ -220,7 +220,7 @@ cargo run --example ui_position --features="bevy/bevy_winit" cargo run --example sequence --features="bevy/bevy_winit" ``` - + ## Ease Functions