Skip to content

Commit 8731798

Browse files
authored
Release notes for v1.5.0 (#39)
* Release notes for v1.5.0 * Use the full name of the `--upload_results` option instead of `-u`
1 parent 15fc221 commit 8731798

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.0 (2025-11-18)
4+
5+
### New
6+
* [mobly_runner] When uploading test results with the `--upload_results` option,
7+
the runner captures the true start time and duration, and adds them to the BTX
8+
invocation details.
9+
* [results_uploader] Add a `gcloud_setup.py` script that enables users to
10+
perform the first-time Google Cloud login as a standalone command.
11+
12+
313
## 1.4.2 (2025-09-15)
414

515
### Fixes

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.4.2"
7+
version = "1.5.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)