Skip to content

Commit 5d4e08f

Browse files
release: 3.1.0
1 parent 00b1f5f commit 5d4e08f

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.0"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## 3.1.0 (2026-03-25)
4+
5+
Full Changelog: [v3.0.0...v3.1.0](https://github.com/droidrun/mobilerun-sdk-python/compare/v3.0.0...v3.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([33e9171](https://github.com/droidrun/mobilerun-sdk-python/commit/33e91716cd6d16798e3cd2d21b0c5a41cdc16260))
10+
* **api:** api update ([5a3495e](https://github.com/droidrun/mobilerun-sdk-python/commit/5a3495e3dffb8d5d8251ae5ff32c529a82dfb6da))
11+
* **api:** api update ([6eb34d8](https://github.com/droidrun/mobilerun-sdk-python/commit/6eb34d80a85d1bb428a2e143d879cfb40c9dcc67))
12+
* **api:** api update ([8950157](https://github.com/droidrun/mobilerun-sdk-python/commit/8950157a39d357a5f4ba52454f558c67fb7f5a6f))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** bump minimum typing-extensions version ([e5ee758](https://github.com/droidrun/mobilerun-sdk-python/commit/e5ee7584ab8e87a070dc8a33d27b41278a1d046a))
18+
* **pydantic:** do not pass `by_alias` unless set ([8ef6593](https://github.com/droidrun/mobilerun-sdk-python/commit/8ef6593e4873afe4ac6d3504aa9f53b9f6cf3b2b))
19+
* sanitize endpoint path params ([eb0325a](https://github.com/droidrun/mobilerun-sdk-python/commit/eb0325aa2bd878f09c4511502fb0270ade01ac05))
20+
21+
22+
### Chores
23+
24+
* **ci:** skip lint on metadata-only changes ([00b1f5f](https://github.com/droidrun/mobilerun-sdk-python/commit/00b1f5f1a8fa66ff01b094d3f53edbc3b7cce8d0))
25+
* **internal:** tweak CI branches ([094cdf3](https://github.com/droidrun/mobilerun-sdk-python/commit/094cdf30b65e93bc28bb7b3167d391b2b3524193))
26+
* **internal:** update gitignore ([ac2923c](https://github.com/droidrun/mobilerun-sdk-python/commit/ac2923c6ae1b304b644f1a4f2638442b297f7dec))
27+
328
## 3.0.0 (2026-03-15)
429

530
Full Changelog: [v2.1.0...v3.0.0](https://github.com/droidrun/mobilerun-sdk-python/compare/v2.1.0...v3.0.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mobilerun-sdk"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "The official Python library for the mobilerun API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/mobilerun/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "mobilerun"
4-
__version__ = "3.0.0" # x-release-please-version
4+
__version__ = "3.1.0" # x-release-please-version

0 commit comments

Comments
 (0)