Skip to content

Commit d6149cd

Browse files
committed
Prepare for release 0.10.0.
1 parent 965c967 commit d6149cd

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
Changelog
22
=========
33

4+
0.10.0
5+
------
6+
7+
_2023-06-30_
8+
9+
- [runtime] Fix wrong compose-compiler used in iOS targets. Now we're using the compose-multiplatform fork.
10+
- [runtime] Allow creation of multiple `RetainedStateRegistry` instances.
11+
- [docs] Add clarifying links to Events docs.
12+
- [samples] Add new image detail view in STAR sample.
13+
- Update Molecule to `0.11.0`.
14+
- Update AndroidX compose-compiler to `1.4.8`.
15+
- Update compose-multiplatform to `1.4.1`.
16+
- Update to coroutines `1.7.2`.
17+
- Update to Turbine `1.0.0`.
18+
- Update to Kotlin `1.8.22`.
19+
20+
Special thanks to [@bryanstern](https://github.com/bryanstern), [@saket](https://github.com/saket), and [@chrisbanes](https://github.com/chrisbanes) for contributing to this release!
21+
422
0.9.1
523
-----
624

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ POM_DEVELOPER_ID=slackhq
6565
POM_DEVELOPER_NAME=Slack Technologies, Inc.
6666
POM_DEVELOPER_URL=https://github.com/slackhq
6767
POM_INCEPTION_YEAR=2022
68-
VERSION_NAME=1.0.0-SNAPSHOT
68+
VERSION_NAME=0.10.0
6969

7070
circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
7171
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots

0 commit comments

Comments
 (0)