From d6149cdd15052bcbfca516ab090e8e9e46634386 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Fri, 30 Jun 2023 14:40:39 -0400 Subject: [PATCH] Prepare for release 0.10.0. --- CHANGELOG.md | 18 ++++++++++++++++++ gradle.properties | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f3f5021..2219014ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ----- diff --git a/gradle.properties b/gradle.properties index 8a46f57b7..fc2c04f3b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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