Skip to content

Commit 2ace767

Browse files
committed
Prepare version 0.4.0
1 parent 6cb7bda commit 2ace767

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGELOG.md

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

55

6+
## [0.4.0] - 2022-08-10
7+
8+
New:
9+
10+
- Update to Compose compiler 1.3.0 which supports Kotlin 1.7.10.
11+
12+
Fixed:
13+
14+
- Prevent "Trying to call 'getOrThrow' on a failed channel result: Failed" exceptions when using the immediate recompose clock.
15+
16+
617
## [0.4.0-beta01] - 2022-07-27
718

819
New:
920

1021
- Update to Compose compiler 1.3.0-beta01 which supports Kotlin 1.7.10.
1122

1223

24+
## [0.3.1] - 2022-08-10
25+
26+
Fixed:
27+
28+
- Prevent "Trying to call 'getOrThrow' on a failed channel result: Failed" exceptions when using the immediate recompose clock.
29+
30+
1331
## [0.3.0] - 2022-07-27
1432

1533
New:
@@ -37,7 +55,10 @@ Initial release
3755

3856

3957

40-
[Unreleased]: https://github.com/cashapp/molecule/compare/0.3.0...HEAD
58+
[Unreleased]: https://github.com/cashapp/molecule/compare/0.4.0...HEAD
59+
[0.4.0]: https://github.com/cashapp/molecule/releases/tag/0.4.0
60+
[0.4.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.4.0-beta01
61+
[0.3.1]: https://github.com/cashapp/molecule/releases/tag/0.3.1
4162
[0.3.0]: https://github.com/cashapp/molecule/releases/tag/0.3.0
4263
[0.2.0]: https://github.com/cashapp/molecule/releases/tag/0.2.0
4364
[0.1.0]: https://github.com/cashapp/molecule/releases/tag/0.1.0

README.md

Lines changed: 2 additions & 2 deletions
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.4.0'
175175
}
176176
}
177177
@@ -191,7 +191,7 @@ buildscript {
191191
}
192192
}
193193
dependencies {
194-
classpath 'app.cash.molecule:molecule-gradle-plugin:0.4.0-SNAPSHOT'
194+
classpath 'app.cash.molecule:molecule-gradle-plugin:0.5.0-SNAPSHOT'
195195
}
196196
}
197197

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.4.0-SNAPSHOT
4+
VERSION_NAME=0.4.0
55

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

0 commit comments

Comments
 (0)