Skip to content

Commit

Permalink
Prepare version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Aug 10, 2022
1 parent 6cb7bda commit 2ace767
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,31 @@
## [Unreleased]


## [0.4.0] - 2022-08-10

New:

- Update to Compose compiler 1.3.0 which supports Kotlin 1.7.10.

Fixed:

- Prevent "Trying to call 'getOrThrow' on a failed channel result: Failed" exceptions when using the immediate recompose clock.


## [0.4.0-beta01] - 2022-07-27

New:

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


## [0.3.1] - 2022-08-10

Fixed:

- Prevent "Trying to call 'getOrThrow' on a failed channel result: Failed" exceptions when using the immediate recompose clock.


## [0.3.0] - 2022-07-27

New:
Expand Down Expand Up @@ -37,7 +55,10 @@ Initial release



[Unreleased]: https://github.com/cashapp/molecule/compare/0.3.0...HEAD
[Unreleased]: https://github.com/cashapp/molecule/compare/0.4.0...HEAD
[0.4.0]: https://github.com/cashapp/molecule/releases/tag/0.4.0
[0.4.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.4.0-beta01
[0.3.1]: https://github.com/cashapp/molecule/releases/tag/0.3.1
[0.3.0]: https://github.com/cashapp/molecule/releases/tag/0.3.0
[0.2.0]: https://github.com/cashapp/molecule/releases/tag/0.2.0
[0.1.0]: https://github.com/cashapp/molecule/releases/tag/0.1.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:0.3.0'
classpath 'app.cash.molecule:molecule-gradle-plugin:0.4.0'
}
}
Expand All @@ -191,7 +191,7 @@ buildscript {
}
}
dependencies {
classpath 'app.cash.molecule:molecule-gradle-plugin:0.4.0-SNAPSHOT'
classpath 'app.cash.molecule:molecule-gradle-plugin:0.5.0-SNAPSHOT'
}
}
Expand Down
2 changes: 1 addition & 1 deletion molecule/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GROUP=app.cash.molecule

# HEY! If you change the major version here be sure to update release.yaml doc target folder!
VERSION_NAME=0.4.0-SNAPSHOT
VERSION_NAME=0.4.0

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

Expand Down

0 comments on commit 2ace767

Please sign in to comment.