Skip to content

Commit

Permalink
Prepare version 0.5.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 16, 2022
1 parent 0351f37 commit 3290d0b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
## [Unreleased]


## [0.5.0-beta01] - 2022-09-16

New:

- Update to JetBrains Compose runtime 1.2.0-beta01 (this uses AndroidX Compose runtime 1.2.1).
- Add iOS, MacOS, tvOS, watchOS, linux, and windows targets for Kotlin/Native.

Changed:

- The 'molecule-testing' artifact has been removed.


## [0.4.0] - 2022-08-10

New:
Expand Down Expand Up @@ -55,7 +67,8 @@ Initial release



[Unreleased]: https://github.com/cashapp/molecule/compare/0.4.0...HEAD
[Unreleased]: https://github.com/cashapp/molecule/compare/0.5.0-beta01...HEAD
[0.5.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.5.0-beta01
[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
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.5.0-SNAPSHOT
VERSION_NAME=0.5.0-beta01

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

Expand Down

0 comments on commit 3290d0b

Please sign in to comment.