Skip to content

Commit 03b0eaa

Browse files
author
semantic-release
committed
2.15.0
Automatically generated by python-semantic-release
1 parent 1d31cf6 commit 03b0eaa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# CHANGELOG
22

33

4+
## v2.15.0 (2025-03-18)
5+
6+
### Chores
7+
8+
- Fix documentation links ([#348](https://github.com/Python-roborock/python-roborock/pull/348),
9+
[`404a47c`](https://github.com/Python-roborock/python-roborock/commit/404a47c8c51891ed90093869e567d56386cdc4a2))
10+
11+
### Features
12+
13+
- Allow passing in clientsession
14+
([#354](https://github.com/Python-roborock/python-roborock/pull/354),
15+
[`1d31cf6`](https://github.com/Python-roborock/python-roborock/commit/1d31cf619ef38dfdd2891cd42c0acf4550b88c29))
16+
17+
* feat: allow passing in clientsession
18+
19+
* fix: test
20+
21+
422
## v2.14.0 (2025-03-16)
523

624
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-roborock"
3-
version = "2.14.0"
3+
version = "2.15.0"
44
description = "A package to control Roborock vacuums."
55
authors = ["humbertogontijo <[email protected]>"]
66
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)