Skip to content

Commit

Permalink
Prepare for release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart committed May 25, 2023
1 parent 5174519 commit c252c57
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 3.0.3
- Changed flowWhenStarted to emit value on flow coroutine context (#678)

## 3.0.2
- Wrap subscription action with lifecycle whenStarted (#665)
- Updated embedded Proguard/r8 rules to work with R8 full mode (#658)
Expand Down
7 changes: 6 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ Releasing
3. The release will automatically generate release notes from the commits since last release. You may want to manually edit the release notes to add more details.
4. The script will also open up the branch for a PR in github
1. You can manually follow up with merging the branch changes when ready, but at this point the release is already public.



Maven Local Installation
=======================

If testing changes locally, you can install to mavenLocal via `./gradlew publishToMavenLocal`
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.0.2
VERSION_NAME=3.0.3
GROUP=com.airbnb.android
POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
POM_URL=https://github.com/airbnb/mavericks
Expand Down

0 comments on commit c252c57

Please sign in to comment.