From 1a71e7a73d87679acfe4883646f57e135823c66a Mon Sep 17 00:00:00 2001 From: HayesGordon Date: Thu, 28 Mar 2024 18:56:50 +0000 Subject: [PATCH] chore: release v9.3.0 --- .github/scripts/release/package-lock.json | 2 +- .github/scripts/release/package.json | 2 +- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/scripts/release/package-lock.json b/.github/scripts/release/package-lock.json index 487aa903..bdc5b718 100644 --- a/.github/scripts/release/package-lock.json +++ b/.github/scripts/release/package-lock.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.2.2", + "version": "9.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/.github/scripts/release/package.json b/.github/scripts/release/package.json index 522dec90..0580441d 100644 --- a/.github/scripts/release/package.json +++ b/.github/scripts/release/package.json @@ -1,6 +1,6 @@ { "name": "rive-android-release-stub", - "version": "9.2.2", + "version": "9.3.0", "description": "", "scripts": { "release": "release-it" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8839cf9e..d83686ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [9.3.0](https://github.com/rive-app/rive-android/compare/9.2.2...9.3.0) + +- chore: update README [`26d559a`](https://github.com/rive-app/rive-android/commit/26d559a9fabbaf390fa4ee25e5190604f401b469) +- Remove the Queue from Metal PLS [`9f4651e`](https://github.com/rive-app/rive-android/commit/9f4651e16b998942031f04789a1e1cc81863161c) +- Add MSAA support for non-MSAA FramebufferRenderTargetGLs [`67349fd`](https://github.com/rive-app/rive-android/commit/67349fd586104b8f50eabab8f6d82c26567f2680) + #### [9.2.2](https://github.com/rive-app/rive-android/compare/9.2.1...9.2.2) +> 28 February 2024 + - `RiveAnimationView.setAssetLoader()` fix [`fdbec71`](https://github.com/rive-app/rive-android/commit/fdbec7180703f7c5685d69022cc835f330be8f5c) +- chore: release v9.2.2 [`78e5e52`](https://github.com/rive-app/rive-android/commit/78e5e52c859ccedc8ebce46aee3422667cd95fc1) #### [9.2.1](https://github.com/rive-app/rive-android/compare/9.2.0...9.2.1) diff --git a/VERSION b/VERSION index 4f22ce36..4d0ffae7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.2.2 \ No newline at end of file +9.3.0 \ No newline at end of file