Skip to content

Commit fdcd7ec

Browse files
author
ErikUggeldahl
committed
chore: release v11.2.1
1 parent e9dff3c commit fdcd7ec

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.github/scripts/release/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/release/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rive-android-release-stub",
3-
"version": "11.2.0",
3+
"version": "11.2.1",
44
"description": "",
55
"scripts": {
66
"release": "release-it"

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [11.2.1](https://github.com/rive-app/rive-android/compare/11.2.0...11.2.1)
8+
9+
- fix(Android): Do not include debug symbols (#11788) 806facbaca [`e9dff3c`](https://github.com/rive-app/rive-android/commit/e9dff3ca1102377bc908df2ac7ee64831d7b6318)
10+
- fix: reinit scripted objects owned by the state machine (#11783) 72f38fef07 [`ad259f8`](https://github.com/rive-app/rive-android/commit/ad259f8a165c334fa4a32e18d485c170724cdaa5)
11+
- chore: make viewmodel references safer (#11781) 0961388866 [`2179cec`](https://github.com/rive-app/rive-android/commit/2179cecf0402b4fa13977c8368d68c646551f866)
12+
713
#### [11.2.0](https://github.com/rive-app/rive-android/compare/11.1.2...11.2.0)
814

15+
> 26 February 2026
16+
917
- fix: Restore the fallback to Canvas (#11648) cb97e4072f [`ef0eca1`](https://github.com/rive-app/rive-android/commit/ef0eca15ca33fc812b81f315b9db072135b0fb08)
1018
- refactor(android): improve native library load fallback diagnostics (#11698) aa1be23a94 [`b9b1c52`](https://github.com/rive-app/rive-android/commit/b9b1c527446ccc7cfb8730bc174b053a205d1a20)
11-
- Armor the use of mapped gpu buffers (#11738) c4874f9ca2 [`8f573a9`](https://github.com/rive-app/rive-android/commit/8f573a9abd4b8c6437e9b7a62b02f8c381c2e54b)
19+
- chore: release v11.2.0 [`7f8d4e5`](https://github.com/rive-app/rive-android/commit/7f8d4e55c0ba00d281b0f920bc8f17855d915235)
1220

1321
#### [11.1.2](https://github.com/rive-app/rive-android/compare/11.1.1...11.1.2)
1422

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
11.2.0
1+
11.2.1

0 commit comments

Comments
 (0)