Skip to content

Commit c252c57

Browse files
committed
Prepare for release 3.0.3
1 parent 5174519 commit c252c57

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 3.0.3
4+
- Changed flowWhenStarted to emit value on flow coroutine context (#678)
5+
36
## 3.0.2
47
- Wrap subscription action with lifecycle whenStarted (#665)
58
- Updated embedded Proguard/r8 rules to work with R8 full mode (#658)

RELEASING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ Releasing
1414
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.
1515
4. The script will also open up the branch for a PR in github
1616
1. You can manually follow up with merging the branch changes when ready, but at this point the release is already public.
17-
17+
18+
19+
Maven Local Installation
20+
=======================
21+
22+
If testing changes locally, you can install to mavenLocal via `./gradlew publishToMavenLocal`

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.0.2
1+
VERSION_NAME=3.0.3
22
GROUP=com.airbnb.android
33
POM_DESCRIPTION=Mavericks is an Android application framework that makes product development fast and fun.
44
POM_URL=https://github.com/airbnb/mavericks

0 commit comments

Comments
 (0)