From 8a6c6b75a0e8e41ddff9bd0b258d5e38d9d59903 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Ricau Date: Tue, 10 Sep 2024 13:58:45 -0700 Subject: [PATCH] Prepare 0.23 release --- CHANGELOG.md | 5 +++++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f364d..66471a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +Version 0.23 +_2024-09_10_ + +* Improve tracking on choreographer frame ends [#68](https://github.com/square/papa/pull/68) + Version 0.22 _2024-08_28_ diff --git a/README.md b/README.md index 6ce12b3..6e55f8a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add the `papa` dependency to your library or app's `build.gradle` file: ```gradle dependencies { - implementation 'com.squareup.papa:papa:0.22' + implementation 'com.squareup.papa:papa:0.23' } ``` diff --git a/gradle.properties b/gradle.properties index db671cb..e8c91d8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.squareup.papa -VERSION_NAME=0.23-SNAPSHOT +VERSION_NAME=0.23 POM_DESCRIPTION=PAPA: Performance of Android Production Applications POM_INCEPTION_YEAR=2021