From ab9e87c0a83f9636fe5e2d7e86c8e604ade5d9a5 Mon Sep 17 00:00:00 2001 From: Amanjeet Singh Date: Tue, 15 Oct 2024 16:14:12 +0530 Subject: [PATCH] chore: upgrade to 1.39.0 (#2092) * chore: upgrade to 1.39.0 * chore: update changelog --- CHANGELOG.md | 3 +++ gradle.properties | 2 +- maestro-cli/gradle.properties | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea450186a4..0b393bff88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 1.39.0 + +Released on 2024-10-15 Features: - Feature: add `--shard-split` and `--shard-all` options to `maestro test` ([#1955](https://github.com/mobile-dev-inc/maestro/pull/1955) by [Tarek Belkahia](https://github.com/tokou)) diff --git a/gradle.properties b/gradle.properties index 35378f46aa..a2554abc45 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.38.1 +VERSION_NAME=1.39.0 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 000e8f711c..f84186d249 100644 --- a/maestro-cli/gradle.properties +++ b/maestro-cli/gradle.properties @@ -1 +1 @@ -CLI_VERSION=1.38.1 +CLI_VERSION=1.39.0