Skip to content

Commit

Permalink
Prepare for release 0.18.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 5, 2024
1 parent c84ca08 commit 91b2664
Show file tree
Hide file tree
Showing 5 changed files with 504 additions and 414 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

0.18.2
------

_2024-01-05_

- **Fix**: Fix lifetime of `Record`s' `ViewModelStores`. This fully fixes [#1065](https://github.com/slackhq/circuit/issues/1065).
- Update Molecule to `1.3.2`.
- Update Jetbrains' compose-compiler to `1.5.7.1`.

Special thanks to [@dandc87](https://github.com/dandc87) for contributing to this release!

0.18.1
------

Expand Down

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

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 @@ -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.19.0-SNAPSHOT
VERSION_NAME=0.18.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 91b2664

Please sign in to comment.