Skip to content

Commit 3290d0b

Browse files
committed
Prepare version 0.5.0-beta01
1 parent 0351f37 commit 3290d0b

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

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

55

6+
## [0.5.0-beta01] - 2022-09-16
7+
8+
New:
9+
10+
- Update to JetBrains Compose runtime 1.2.0-beta01 (this uses AndroidX Compose runtime 1.2.1).
11+
- Add iOS, MacOS, tvOS, watchOS, linux, and windows targets for Kotlin/Native.
12+
13+
Changed:
14+
15+
- The 'molecule-testing' artifact has been removed.
16+
17+
618
## [0.4.0] - 2022-08-10
719

820
New:
@@ -55,7 +67,8 @@ Initial release
5567

5668

5769

58-
[Unreleased]: https://github.com/cashapp/molecule/compare/0.4.0...HEAD
70+
[Unreleased]: https://github.com/cashapp/molecule/compare/0.5.0-beta01...HEAD
71+
[0.5.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.5.0-beta01
5972
[0.4.0]: https://github.com/cashapp/molecule/releases/tag/0.4.0
6073
[0.4.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.4.0-beta01
6174
[0.3.1]: https://github.com/cashapp/molecule/releases/tag/0.3.1

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.5.0-SNAPSHOT
4+
VERSION_NAME=0.5.0-beta01
55

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

0 commit comments

Comments
 (0)