From 6f38609ef0aae3d875def2931eecb945404204b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Tue, 23 Jul 2024 23:33:41 +0100 Subject: [PATCH] Bump to 1.3.0-rc03 --- docs/changelog.md | 9 +++++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 91a089b3..fa657c50 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,15 @@ ## Version 1.3.0 +### 1.3.0-rc03 + +2024-07-23 + +#### Bug fixes + +- Fixed layout inconsistency after some predictive animations ([#240](https://github.com/rubensousa/DpadRecyclerView/pull/240)) +- Fixed rare crash when removing an item due to adapter changes while a scroll action is pending ([#240](https://github.com/rubensousa/DpadRecyclerView/pull/240)) + ### 1.3.0-rc02 2024-07-11 diff --git a/gradle.properties b/gradle.properties index 572ccdca..734975c7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.3.0-rc02 \ No newline at end of file +LIBRARY_VERSION=1.3.0-rc03 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 151915cd..e0547e64 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.3.0-rc02' + version: '1.3.0-rc03' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'