From 242315889430091858f1e8d1bc4bd372c464e45e Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Mon, 12 Feb 2024 13:36:33 -0500 Subject: [PATCH] Prepare for release 0.19.1. --- CHANGELOG.md | 8 ++++++++ gradle.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd9361aba..2c1a5db9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/gradle.properties b/gradle.properties index 13cfead3f..239cfaeba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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