Skip to content

Commit

Permalink
Prepare for release 0.18.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Jan 1, 2024
1 parent c8e16a9 commit b84c841
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 308 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

0.18.1
------

_2024-01-01_

- **Fix**: Fix popped Record's `ProvidedValues` lifetime. See [#1065](https://github.com/slackhq/circuit/issues/1065) for more details.
- **Fix**: Fix `GestureNavDecoration` dropping saveable/retained state on back gestures. See [#1089](https://github.com/slackhq/circuit/pull/1089) for more details.

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

0.18.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 @@ -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.1

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
1 change: 1 addition & 0 deletions samples/star/apk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ baselineProfile {
dependencies {
api(projects.samples.star)
implementation(libs.androidx.profileinstaller)
baselineProfile(projects.samples.star.benchmark)
}
Loading

0 comments on commit b84c841

Please sign in to comment.