Skip to content

Commit

Permalink
Prepare 0.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed Sep 11, 2024
1 parent 8f4a330 commit c2f6015
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Change Log
==========

Version 0.24
Version 0.25
_2024-09_11_

* Improve tracking on choreographer frame ends [#68](https://github.com/square/papa/pull/68). New interesting APIs: `MainThreadMessageSpy.currentMessageAsString`, `MainThreadMessageSpy.onCurrentMessageFinished()`, `prop by mainThreadMessageScopedLazy {}`, `Choreographers.postOnFrameRendered()`, `Choreographers.postOnWindowFrameRendered()` and `Choreographers.isInChoreographerFrame`.
* Improve tracking on choreographer frame ends [#68](https://github.com/square/papa/pull/68). New interesting APIs: `MainThreadMessageSpy.currentMessageAsString`, `Handlers.onCurrentMainThreadMessageFinished()`, `prop by mainThreadMessageScopedLazy {}`, `Choreographers.postOnFrameRendered()`, `Choreographers.postOnWindowFrameRendered()` and `Choreographers.isInChoreographerFrame`.

Version 0.22
_2024-08_28_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.24'
implementation 'com.squareup.papa:papa:0.25'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.papa
VERSION_NAME=0.25-SNAPSHOT
VERSION_NAME=0.25

POM_DESCRIPTION=PAPA: Performance of Android Production Applications
POM_INCEPTION_YEAR=2021
Expand Down

0 comments on commit c2f6015

Please sign in to comment.