Skip to content

Commit 9acba73

Browse files
committed
Prepare for release 0.24.0.
1 parent f38b2c0 commit 9acba73

File tree

5 files changed

+3348
-2919
lines changed

5 files changed

+3348
-2919
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
**Unreleased**
55
--------------
66

7+
0.24.0
8+
------
9+
10+
_2024-09-16_
11+
712
- **New**: Add code gen support for [kotlin-inject](https://github.com/evant/kotlin-inject) + [kotlin-inject-anvil](https://github.com/amzn/kotlin-inject-anvil). See the [code gen docs](https://slackhq.github.io/circuit/code-gen/) for usage instructions. We've also added a sample project.
813
- **New**: `presenterTestOf()` and `Presenter.test()` functions now return a new `CircuitReceiveTurbine` interface. This interface slightly but importantly modifies the behavior of `awaitItem()` by making it only emit _changed_ items rather than every item. If you do want to assert the equivalent state is emitted across recompositions, you can use `awaitUnchanged()`.
914
- **New**: Promote `LocalBackStack` to public API.

backstack/src/androidMain/generated/baselineProfiles/baseline-prof.txt

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ POM_DEVELOPER_ID=slackhq
8585
POM_DEVELOPER_NAME=Slack Technologies, Inc.
8686
POM_DEVELOPER_URL=https://github.com/slackhq
8787
POM_INCEPTION_YEAR=2022
88-
VERSION_NAME=0.24.0-SNAPSHOT
88+
VERSION_NAME=0.24.0
8989

9090
circuit.mavenUrls.snapshots.sonatype=https://oss.sonatype.org/content/repositories/snapshots
9191
circuit.mavenUrls.snapshots.sonatypes01=https://s01.oss.sonatype.org/content/repositories/snapshots

0 commit comments

Comments
 (0)