diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ce6f2f9d..b6c3a6323 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +0.12.0 +------ + +_2023-07-28_ + +- [foundation] Rename `CircuitConfig` -> `Circuit`. There is a source-compatible typealias for `CircuitConfig` left with a deprecation replacement to ease migration. +- [foundation] Rename `CircuitContext.config` -> `CircuitContext.circuit`. The previous `CircuitContext.config` function is left with a deprecation replacement to ease migration. +- [test] Add new `TestEventSink` helper for testing event emissions in UI tests. +- [overlay] Add missing coroutines implementation dependency. +- Update to Kotlin `1.9.0`. +- Update to KSP `1.9.0-1.0.12`. +- Update to Compose Multiplatform `1.4.3`. +- Update to Coroutines `1.7.3`. +- Update to Compose compiler to `1.5.1` (androidx) and `1.5.0` (compose-multiplatform). +- Update [uuid](https://github.com/benasher44/uuid) to `0.8.0`. + 0.11.0 ------ diff --git a/gradle.properties b/gradle.properties index 8ebde405f..a8fe060a9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -66,7 +66,7 @@ POM_DEVELOPER_ID=slackhq POM_DEVELOPER_NAME=Slack Technologies, Inc. POM_DEVELOPER_URL=https://github.com/slackhq POM_INCEPTION_YEAR=2022 -VERSION_NAME=0.12.0-SNAPSHOT +VERSION_NAME=0.12.0 circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots