From 3c2e1dc9aeff3826b1a4e3637e3c38b48d37ca16 Mon Sep 17 00:00:00 2001 From: Felipe Duarte <111541017+felipeduartea@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:32:11 -0300 Subject: [PATCH] Prepare for release 1.39.5 (#2189) --- CHANGELOG.md | 1 + gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb5b91a35..bf68e0e5a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ Fixes: - Fix: Debug level logs in maestro.log file leading to large debug files ([#2170](https://github.com/mobile-dev-inc/maestro/pull/2170)) - Fix: Environment variable not being set for test suite ([#2163](https://github.com/mobile-dev-inc/maestro/pull/2163)) - Fix: Failures on clearKeychain operations on iOS due to missing directories ([#2178](https://github.com/mobile-dev-inc/maestro/pull/2178)) +- Fix: Failure on how the assertConditionCommand was being handled on Robin([#2171](https://github.com/mobile-dev-inc/maestro/pull/2171) ## 1.39.2 diff --git a/gradle.properties b/gradle.properties index e3c86fca63..1df4488996 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ android.useAndroidX=true android.enableJetifier=true kotlin.code.style=official GROUP=dev.mobile -VERSION_NAME=1.39.4 +VERSION_NAME=1.39.5 POM_DESCRIPTION=Maestro is a server-driven platform-agnostic library that allows to drive tests for both iOS and Android using the same implementation through an intuitive API. POM_URL=https://github.com/mobile-dev-inc/maestro POM_SCM_URL=https://github.com/mobile-dev-inc/maestro diff --git a/maestro-cli/gradle.properties b/maestro-cli/gradle.properties index e17cfe8b03..e9ce6d0f98 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.39.4 \ No newline at end of file +CLI_VERSION=1.39.5 \ No newline at end of file