Skip to content

Commit b2807a5

Browse files
author
ErikUggeldahl
committed
chore: release v10.0.4
1 parent ff051d5 commit b2807a5

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": "10.0.3",
3+
"version": "10.0.4",
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+
#### [10.0.4](https://github.com/rive-app/rive-android/compare/10.0.3...10.0.4)
8+
9+
- feat(Android): Remove Kotlin Reflect and downgrade to Kotlin 1.9 [`a0b439f`](https://github.com/rive-app/rive-android/commit/a0b439f3f140c94955f9b3335226261a726e5846)
10+
- Libraries [`ff051d5`](https://github.com/rive-app/rive-android/commit/ff051d5131a99ad3a0a4bd0a9f322402cc5a5b05)
11+
- feat: return string reference from vm instance runtime name [`24f7b10`](https://github.com/rive-app/rive-android/commit/24f7b10c22f260fcef303e279162614f650fc888)
12+
713
#### [10.0.3](https://github.com/rive-app/rive-android/compare/10.0.2...10.0.3)
814

15+
> 24 March 2025
16+
17+
- chore: release v10.0.3 [`9e0f003`](https://github.com/rive-app/rive-android/commit/9e0f0035cc2d4ab89374198123a4d735a4aaa639)
918
- More cleanups for Vulkan bootstrapping [`54f8301`](https://github.com/rive-app/rive-android/commit/54f83013bc6a363319fb77ca4b28669a73bc6267)
1019
- Reduce the # of arguments required for Vulkan context creation [`95b2979`](https://github.com/rive-app/rive-android/commit/95b29797b978ccc3fdb6f479568bab70cbb9644a)
11-
- Supporting binding of Layout enums [`6045be2`](https://github.com/rive-app/rive-android/commit/6045be24db1a1ac429c72eb82a55ee1dfa334989)
1220

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.0.3
1+
10.0.4

0 commit comments

Comments
 (0)