Skip to content

Commit 126d48b

Browse files
github-actions[bot]muhlba91
authored andcommitted
chore(release): release 11.0.0
1 parent 721cf4a commit 126d48b

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-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-
".": "10.4.1"
2+
".": "11.0.0"
33
}

CHANGELOG.md

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

33

4+
## [11.0.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.4.1...v11.0.0) (2024-12-07)
5+
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* adds compatibility with home-assistant 2024.12.0 and python 3.13
10+
11+
### Features
12+
13+
* update to include python 3.13 ([721cf4a](https://github.com/muhlba91/onyx-homeassistant-integration/commit/721cf4a0f0bd2c42d1a159daed7589029a754608))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* **deps:** update dependency coverage to v7.6.9 ([b3aee1a](https://github.com/muhlba91/onyx-homeassistant-integration/commit/b3aee1ad29b55501d2cc3ba9f016f903d9bf2ef4))
19+
* **deps:** update dependency homeassistant to v2024.12.0 ([72f1412](https://github.com/muhlba91/onyx-homeassistant-integration/commit/72f1412528dbbf5d066aedb8b40d7cfefa576730))
20+
* **deps:** update dependency homeassistant to v2024.12.1 ([7424a9e](https://github.com/muhlba91/onyx-homeassistant-integration/commit/7424a9ec53d8c3a6c62a554dd1af5c56cc5a3f25))
21+
* **deps:** update dependency pytest to v8.3.4 ([e91b876](https://github.com/muhlba91/onyx-homeassistant-integration/commit/e91b876932238e95e7a35c835a772b6022c50687))
22+
* **deps:** update dependency ruff to v0.8.2 ([0662e36](https://github.com/muhlba91/onyx-homeassistant-integration/commit/0662e36fd262be18227c3aa0ffa5e5b7329cc912))
23+
* **deps:** update github/codeql-action action to v3.27.6 ([40046cc](https://github.com/muhlba91/onyx-homeassistant-integration/commit/40046ccc4cfc1dcde815b628ea8b0d357ff0daa3))
24+
* **deps:** update pre-commit hook astral-sh/ruff-pre-commit to v0.8.2 ([5e0520b](https://github.com/muhlba91/onyx-homeassistant-integration/commit/5e0520b4c781f0c697486a1de30801625624f59f))
25+
426
## [10.4.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v10.4.0...v10.4.1) (2024-12-01)
527

628

custom_components/hella_onyx/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"@muhlba91"
1717
],
1818
"iot_class": "cloud_polling",
19-
"version": "10.4.1"
19+
"version": "11.0.0"
2020
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "onyx-homeassistant-integration"
7-
version = "10.4.1"
7+
version = "11.0.0"
88
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)