Skip to content

Commit

Permalink
Prepare for release 0.19.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Feb 12, 2024
1 parent 85a8dc1 commit 2423158
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

**Unreleased**
--------------

0.19.1
------

_2024-02-12_

This is a small bug fix release focused `SaveableBackStack` consistency and `FakeNavigator` API improvements.

- Fix `FakeNavigator.awaitNextScreen()` not suspending.
- Fix `FakeNavigator.resetRoot()` not returning the actual popped screens.
- Make `Navigator.peekBackStack()` and `Navigator.resetRoot()` return `ImmutableList`.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,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.20.0-SNAPSHOT
VERSION_NAME=0.19.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

0 comments on commit 2423158

Please sign in to comment.