Skip to content

Commit de8c240

Browse files
authored
Release notes for v1.1.0 (#14)
1 parent 0973000 commit de8c240

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.1.0 (2025-04-28)
4+
5+
### New
6+
* [mobly_runner] Enable direct execution of test classes/suites as python files
7+
8+
39
## 1.0.0 (2025-04-16)
410

511
### 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.0.0"
7+
version = "1.1.0"
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)