diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d4ea3025722a610487174693fd167c51f2992b..1237b9299867092e9519518a781518030b940b3c 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.3] - 2022-03-05 ### Added diff --git a/Cargo.toml b/Cargo.toml index 2ce63e1efde8b662db17be761720eb6c285abecc..8f7cdacc7a1acd82d75cfdc44f4cf8db13324f8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_tweening" -version = "0.3.2" +version = "0.3.3" 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 77eef4e97b5e36f159c36dc4f43af2ce50b38869..577b0a8f75404856c9769bad773658b3665e437b 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ The process is similar to custom components, creating a custom lens for the cust ## Examples -See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/main/examples) folder. +See the [`examples/`](https://github.com/djeedai/bevy_tweening/tree/22bfe239a35fdeabf1c671a3cd4bae363948d007/examples) folder. ### [`menu`](examples/menu.rs) @@ -182,7 +182,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) @@ -190,7 +190,7 @@ cargo run --example menu --features="bevy/bevy_winit" cargo run --example sprite_color --features="bevy/bevy_winit" ``` - + ### [`transform_rotation`](examples/transform_rotation.rs) @@ -198,7 +198,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) @@ -206,7 +206,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) @@ -214,7 +214,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) @@ -222,7 +222,7 @@ cargo run --example colormaterial_color --features="bevy/bevy_winit" cargo run --example ui_position --features="bevy/bevy_winit" ``` - + ### [`sequence`](examples/sequence.rs) @@ -230,7 +230,7 @@ cargo run --example ui_position --features="bevy/bevy_winit" cargo run --example sequence --features="bevy/bevy_winit" ``` - + ## Ease Functions