Skip to content

Commit 82c72bd

Browse files
authored
v1.1.1 release notes (#17)
1 parent 3c69fef commit 82c72bd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Mobly Android Partner Tools release history
22

3+
## 1.1.1 (2025-05-07)
4+
5+
### Fixes
6+
* [mobly_runner] Remove hardcoded BeToCQ APK resource file path when installing
7+
test APKs with `-i`
8+
9+
310
## 1.1.0 (2025-04-28)
411

512
### New

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mobly-android-partner-tools"
7-
version = "1.1.0"
7+
version = "1.1.1"
88
description = "Command-line utilities used by Android partners to run packaged Mobly tests and upload test results."
99
readme = "README.md"
1010
requires-python = ">=3.11"

0 commit comments

Comments
 (0)