From 209685a6cbcc1d8485376f2bc02f8b49fae59a69 Mon Sep 17 00:00:00 2001 From: GitHub Date: Mon, 20 May 2024 14:53:52 +0000 Subject: [PATCH] chore: Release 0.1.18 --- CHANGELOG.md | 22 ++++++++++++++++++++++ dotlottie-ffi/Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb9a1a6c..c404985e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## 0.1.18 (2024-05-20) + +### Features + +#### 🎸 active_animation_id() (#125) + +#### 🎸 create_default_config ffi (#129) + +#### Add `active_theme_id` function (#131) + +### Fixes + +#### 🐛 unexpected is_complete result for Bounce modes on load (#130) + +#### 🐛 invalid embed of image assets (#132) + +#### 🐛 failed to reach end frame on frame interpolation enabled (#134) + +#### 🐛 play() after set_frame() resets the animation (#135) + +#### 🐛 .lottie file load failure with float speed property (#151) + ## 0.1.17 (2024-05-02) ### Features diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index 39e3c897..5c3d0c67 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.17" +version = "0.1.18" edition = "2021" build = "build.rs"