diff --git a/CHANGELOG.md b/CHANGELOG.md index ac96e7ad..709f065c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.1.33 (2024-11-20) + +### Features + +#### made thorvg an optional dependency (#248) + +#### update thorvg to version 0.15.2 (#255) + +#### Update thorvg to v0.15.4 (#262) + +#### handling of dotLottie v2 specs (#254) + +### Fixes + +#### removed unused lib.rs file (#247) + ## 0.1.32 (2024-10-07) ### Features diff --git a/dotlottie-ffi/Cargo.toml b/dotlottie-ffi/Cargo.toml index bedf5ee4..8e0d42d2 100644 --- a/dotlottie-ffi/Cargo.toml +++ b/dotlottie-ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dotlottie-ffi" -version = "0.1.32" +version = "0.1.33" edition = "2021" build = "build.rs"