Skip to content

Commit

Permalink
chore: Release 0.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub committed May 2, 2024
1 parent a3452bb commit 895b05c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.1.17 (2024-05-02)

### 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)

## 0.1.16 (2024-04-03)

### Features
Expand Down
2 changes: 1 addition & 1 deletion dotlottie-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dotlottie-ffi"
version = "0.1.16"
version = "0.1.17"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 895b05c

Please sign in to comment.