From 844cc40330612fbee31184e18dddf616a9a6d874 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 17:13:47 +0800 Subject: [PATCH] chore: Release 0.1.27 (#209) Co-authored-by: GitHub --- CHANGELOG.md | 12 ++++++++++++ dotlottie-ffi/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4cf3fe..cdeb0d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.1.27 (2024-07-29) + +### Features + +#### interactivity sync state (#203) + +### Fixes + +#### iOS build issue caused by meson 1.5.0 (#204) + +#### rolled thorvg back to 0.13.8 (#208) + ## 0.1.26 (2024-07-12) ### Fixes diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index 078ea0e3..f2514c6c 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.26" +version = "0.1.27" edition = "2021" build = "build.rs"