Skip to content

Commit

Permalink
Prepare for release 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jul 28, 2023
1 parent dec7756 commit 3a5e360
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a5e360

Please sign in to comment.