Skip to content

Commit 4614080

Browse files
author
semantic-release
committed
3.12.0
Automatically generated by python-semantic-release
1 parent 2799a19 commit 4614080

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v3.12.0 (2025-12-10)
6+
7+
### Bug Fixes
8+
9+
- Align V4 code login with app ([#657](https://github.com/Python-roborock/python-roborock/pull/657),
10+
[`2328d45`](https://github.com/Python-roborock/python-roborock/commit/2328d4596c6bda35686944880b601c35b390ac9c))
11+
12+
### Chores
13+
14+
- **deps**: Bump mypy from 1.18.2 to 1.19.0
15+
([#654](https://github.com/Python-roborock/python-roborock/pull/654),
16+
[`2799a19`](https://github.com/Python-roborock/python-roborock/commit/2799a19263a511a2d141a97cdb6e9814961a4b0f))
17+
18+
- **deps**: Bump syrupy from 4.9.1 to 5.0.0
19+
([#655](https://github.com/Python-roborock/python-roborock/pull/655),
20+
[`cc2d00f`](https://github.com/Python-roborock/python-roborock/commit/cc2d00fdd21968c0cfe8da8704644dc2c7ff8091))
21+
22+
### Features
23+
24+
- Log when we see a new key we have never seen before for easier reverse engineering
25+
([#658](https://github.com/Python-roborock/python-roborock/pull/658),
26+
[`81dde05`](https://github.com/Python-roborock/python-roborock/commit/81dde05eac61e7dc6e0fdb9eb0b7e0ffc97cf9d8))
27+
28+
529
## v3.11.1 (2025-12-10)
630

731
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-roborock"
3-
version = "3.11.1"
3+
version = "3.12.0"
44
description = "A package to control Roborock vacuums."
55
authors = [{ name = "humbertogontijo", email = "humbertogontijo@users.noreply.github.com" }, {name="Lash-L"}, {name="allenporter"}]
66
requires-python = ">=3.11, <4"

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)