Skip to content

Commit a38ba90

Browse files
committed
Prepare version 0.3.1
1 parent 508f56b commit a38ba90

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## [Unreleased]
44

55

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+
613
## [0.3.0] - 2022-07-27
714

815
New:
@@ -30,7 +37,8 @@ Initial release
3037

3138

3239

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
3442
[0.3.0]: https://github.com/cashapp/molecule/releases/tag/0.3.0
3543
[0.2.0]: https://github.com/cashapp/molecule/releases/tag/0.2.0
3644
[0.1.0]: https://github.com/cashapp/molecule/releases/tag/0.1.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ buildscript {
171171
mavenCentral()
172172
}
173173
dependencies {
174-
classpath 'app.cash.molecule:molecule-gradle-plugin:0.3.0'
174+
classpath 'app.cash.molecule:molecule-gradle-plugin:0.3.1'
175175
}
176176
}
177177

molecule/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GROUP=app.cash.molecule
22

33
# 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
55

66
POM_DESCRIPTION=Build a Flow or Observable stream using Jetpack Compose.
77

0 commit comments

Comments
 (0)