Skip to content

Commit b1e5959

Browse files
committed
Prepare version 0.5.0
1 parent c31aedf commit b1e5959

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
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] - 2022-10-13
7+
8+
New:
9+
10+
- Update to JetBrains Compose runtime 1.2.0 (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.5.0-beta01] - 2022-09-16
719

820
New:
@@ -67,7 +79,8 @@ Initial release
6779

6880

6981

70-
[Unreleased]: https://github.com/cashapp/molecule/compare/0.5.0-beta01...HEAD
82+
[Unreleased]: https://github.com/cashapp/molecule/compare/0.5.0...HEAD
83+
[0.5.0]: https://github.com/cashapp/molecule/releases/tag/0.5.0
7184
[0.5.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.5.0-beta01
7285
[0.4.0]: https://github.com/cashapp/molecule/releases/tag/0.4.0
7386
[0.4.0-beta01]: https://github.com/cashapp/molecule/releases/tag/0.4.0-beta01

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.4.0'
174+
classpath 'app.cash.molecule:molecule-gradle-plugin:0.5.0'
175175
}
176176
}
177177
@@ -191,7 +191,7 @@ buildscript {
191191
}
192192
}
193193
dependencies {
194-
classpath 'app.cash.molecule:molecule-gradle-plugin:0.5.0-SNAPSHOT'
194+
classpath 'app.cash.molecule:molecule-gradle-plugin:0.6.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.5.0-SNAPSHOT
4+
VERSION_NAME=0.5.0
55

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

0 commit comments

Comments
 (0)