From 4287a565e0747f4b71b4c5a35afab760dfe53b37 Mon Sep 17 00:00:00 2001 From: GitHub Date: Tue, 30 Jul 2024 07:20:47 +0000 Subject: [PATCH] chore: Release 0.1.28 --- CHANGELOG.md | 6 ++++++ dotlottie-ffi/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdeb0d07..b46d2b41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.28 (2024-07-30) + +### Fixes + +#### post_event return codes (#207) + ## 0.1.27 (2024-07-29) ### Features diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index f2514c6c..2d2423ca 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.27" +version = "0.1.28" edition = "2021" build = "build.rs"