Skip to content

Commit 321fff0

Browse files
authored
Prepare for release 1.33.1 (#1501)
* update changelog * bump maestro version to 1.31.1
1 parent c1a9f5a commit 321fff0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.33.1 - 2023-10-03
4+
- Feature: support for multipart form data file upload in Javascript, thanks @maciejkrolik
5+
- Fix: setPermissions produces error on Xcode 15
6+
- Fix: Maestro studio - include enter key in command editor on initial paste
7+
38
## 1.33.0 - 2023-09-21
49

510
- Feature: Adds MAESTRO_DRIVER_STARTUP_TIMEOUT to iOS driver to configure timeout to start iOS driver, used in CI/CD environment with performance limitations. Thanks, Jesse Farsong for contributing.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ android.useAndroidX=true
22
android.enableJetifier=true
33
kotlin.code.style=official
44
GROUP=dev.mobile
5-
VERSION_NAME=1.33.0
5+
VERSION_NAME=1.33.1
66
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.
77
POM_URL=https://github.com/mobile-dev-inc/maestro
88
POM_SCM_URL=https://github.com/mobile-dev-inc/maestro

maestro-cli/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
CLI_VERSION=1.33.0
1+
CLI_VERSION=1.33.1

0 commit comments

Comments
 (0)