Skip to content

Commit 2a5c0a2

Browse files
author
semantic-release
committed
5.2.4
Automatically generated by python-semantic-release
1 parent dc301ec commit 2a5c0a2

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
<!-- version list -->
44

5+
## v5.2.4 (2025-09-11)
6+
7+
### Chores
8+
9+
- Add an error handling in _adjust_image_payload
10+
([#1172](https://github.com/appium/python-client/pull/1172),
11+
[`dc301ec`](https://github.com/appium/python-client/commit/dc301ec5303f6d5fa6af0ec4370d1ffe88ef1f1d))
12+
13+
### Code Style
14+
15+
- Move import binascii ([#1172](https://github.com/appium/python-client/pull/1172),
16+
[`dc301ec`](https://github.com/appium/python-client/commit/dc301ec5303f6d5fa6af0ec4370d1ffe88ef1f1d))
17+
18+
- Ruff formatting ([#1172](https://github.com/appium/python-client/pull/1172),
19+
[`dc301ec`](https://github.com/appium/python-client/commit/dc301ec5303f6d5fa6af0ec4370d1ffe88ef1f1d))
20+
21+
### Refactoring
22+
23+
- Add from e ([#1172](https://github.com/appium/python-client/pull/1172),
24+
[`dc301ec`](https://github.com/appium/python-client/commit/dc301ec5303f6d5fa6af0ec4370d1ffe88ef1f1d))
25+
26+
- Raise helpful ValueError on UnicodeDecodeError
27+
([#1172](https://github.com/appium/python-client/pull/1172),
28+
[`dc301ec`](https://github.com/appium/python-client/commit/dc301ec5303f6d5fa6af0ec4370d1ffe88ef1f1d))
29+
30+
531
## v5.2.3 (2025-09-09)
632

733
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "Appium-Python-Client"
33
description = "Python client for Appium"
4-
version = "5.2.3"
4+
version = "5.2.4"
55
readme = "README.md"
66
license = "Apache-2.0"
77
license-files = ["LICENSE"]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)