File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
5
5
6
+ ## [ 0.3.1] - 2022-08-10
7
+
8
+ Fixed:
9
+
10
+ - Prevent "Trying to call 'getOrThrow' on a failed channel result: Failed" exceptions when using the immediate recompose clock.
11
+
12
+
6
13
## [ 0.3.0] - 2022-07-27
7
14
8
15
New:
@@ -30,7 +37,8 @@ Initial release
30
37
31
38
32
39
33
- [ Unreleased ] : https://github.com/cashapp/molecule/compare/0.3.0...HEAD
40
+ [ Unreleased ] : https://github.com/cashapp/molecule/compare/0.3.1...HEAD
41
+ [ 0.3.1 ] : https://github.com/cashapp/molecule/releases/tag/0.3.1
34
42
[ 0.3.0 ] : https://github.com/cashapp/molecule/releases/tag/0.3.0
35
43
[ 0.2.0 ] : https://github.com/cashapp/molecule/releases/tag/0.2.0
36
44
[ 0.1.0 ] : https://github.com/cashapp/molecule/releases/tag/0.1.0
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ buildscript {
171
171
mavenCentral()
172
172
}
173
173
dependencies {
174
- classpath 'app.cash.molecule:molecule-gradle-plugin:0.3.0 '
174
+ classpath 'app.cash.molecule:molecule-gradle-plugin:0.3.1 '
175
175
}
176
176
}
177
177
Original file line number Diff line number Diff line change 1
1
GROUP =app.cash.molecule
2
2
3
3
# HEY! If you change the major version here be sure to update release.yaml doc target folder!
4
- VERSION_NAME =0.3.0
4
+ VERSION_NAME =0.3.1
5
5
6
6
POM_DESCRIPTION =Build a Flow or Observable stream using Jetpack Compose.
7
7
You can’t perform that action at this time.
0 commit comments