Skip to content

Commit 0b11a29

Browse files
github-actions[bot]GitHub
andauthored
chore: Release 0.1.51 (#420)
Co-authored-by: GitHub <github-actions@github.com>
1 parent b629d01 commit 0b11a29

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.1.51 (2025-11-04)
2+
3+
### Features
4+
5+
#### add experimental text slot handling for dotLottie themes (#407)
6+
7+
#### add registerFont API for custom TTF font loading (#422)
8+
9+
### Fixes
10+
11+
#### preserve theme_id across state machine transitions (#417)
12+
13+
#### remove redundant renderer.update() call in set_slots() (#418)
14+
15+
#### reject invalid segments where start >= end (#419)
16+
17+
#### add Linux artifact to release assets in knope.toml (#421)
18+
119
## 0.1.50 (2025-10-27)
220

321
### Features

dotlottie-ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dotlottie-ffi"
3-
version = "0.1.50"
3+
version = "0.1.51"
44
edition = "2021"
55
build = "build.rs"
66

0 commit comments

Comments
 (0)