Skip to content

Commit

Permalink
Prepare for release 0.21.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jun 4, 2024
1 parent 5f4aa1e commit c8802a6
Show file tree
Hide file tree
Showing 5 changed files with 843 additions and 662 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ Changelog
**Unreleased**
--------------

0.21.2
------

_2024-06-04_

- **Fix**: Fix `pausableState` recomposition loops by avoiding backward snapshot writes.
- **New**: Add `Circuit.presentWithLifecycle` flag to enable/disable automatic `pausableState` use. This is enabled by default.

0.21.1
------

_2024-05-28_

- **Fix**: Fix `rememberRetained` implicitly requiring `LocalContext` where it used to no-op.

0.21.0
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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.22.0-SNAPSHOT
VERSION_NAME=0.21.2

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
Loading

0 comments on commit c8802a6

Please sign in to comment.