Skip to content

Commit

Permalink
Prepare for release 0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 30, 2023
1 parent 965c967 commit d6149cd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Changelog
=========

0.10.0
------

_2023-06-30_

- [runtime] Fix wrong compose-compiler used in iOS targets. Now we're using the compose-multiplatform fork.
- [runtime] Allow creation of multiple `RetainedStateRegistry` instances.
- [docs] Add clarifying links to Events docs.
- [samples] Add new image detail view in STAR sample.
- Update Molecule to `0.11.0`.
- Update AndroidX compose-compiler to `1.4.8`.
- Update compose-multiplatform to `1.4.1`.
- Update to coroutines `1.7.2`.
- Update to Turbine `1.0.0`.
- Update to Kotlin `1.8.22`.

Special thanks to [@bryanstern](https://github.com/bryanstern), [@saket](https://github.com/saket), and [@chrisbanes](https://github.com/chrisbanes) for contributing to this release!

0.9.1
-----

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ POM_DEVELOPER_ID=slackhq
POM_DEVELOPER_NAME=Slack Technologies, Inc.
POM_DEVELOPER_URL=https://github.com/slackhq
POM_INCEPTION_YEAR=2022
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=0.10.0

circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots
Expand Down

0 comments on commit d6149cd

Please sign in to comment.