Skip to content

Commit 232d85a

Browse files
chore(release): release 11.1.1
1 parent c3b85cf commit 232d85a

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-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-
".": "11.1.0"
2+
".": "11.1.1"
33
}

CHANGELOG.md

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

33

4+
## [11.1.1](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v11.1.0...v11.1.1) (2025-09-10)
5+
6+
7+
### Miscellaneous Chores
8+
9+
* **deps:** update actions/dependency-review-action action to v4.7.2 ([fdbcbc6](https://github.com/muhlba91/onyx-homeassistant-integration/commit/fdbcbc66584885fba74d9550cd4a14ca2b6c74f0))
10+
* **deps:** update actions/dependency-review-action action to v4.7.3 ([4874649](https://github.com/muhlba91/onyx-homeassistant-integration/commit/4874649806d075998bafb4eeb88e0ef24ffe1034))
11+
* **deps:** update actions/setup-python action to v6 ([a50d8a1](https://github.com/muhlba91/onyx-homeassistant-integration/commit/a50d8a1c32965712d57effcf2a66a08f8e83c846))
12+
* **deps:** update dependency coverage to v7.10.5 ([74fc9ff](https://github.com/muhlba91/onyx-homeassistant-integration/commit/74fc9ffaaf1da89f997e10c1c40f743bc2b24e25))
13+
* **deps:** update dependency coverage to v7.10.6 ([42ea03b](https://github.com/muhlba91/onyx-homeassistant-integration/commit/42ea03b1d4b3edf1db7b9430aded37124405eaff))
14+
* **deps:** update dependency pytest to v8.4.2 ([6f4522d](https://github.com/muhlba91/onyx-homeassistant-integration/commit/6f4522dc3365d8ff49ffc140e9680575b11a0113))
15+
* **deps:** update dependency pytest-cov to v6.3.0 ([9222f51](https://github.com/muhlba91/onyx-homeassistant-integration/commit/9222f517d48883b3a766427f26a7d9c3b8d6eb8c))
16+
* **deps:** update dependency ruff to v0.12.10 ([8e8eb29](https://github.com/muhlba91/onyx-homeassistant-integration/commit/8e8eb295987de323d165ac83ffc1865ef465ce2c))
17+
* **deps:** update dependency ruff to v0.12.11 ([bdc6d67](https://github.com/muhlba91/onyx-homeassistant-integration/commit/bdc6d6796a111b93cb00699c3e0a479321389a01))
18+
* **deps:** update dependency ruff to v0.12.12 ([5a13ae6](https://github.com/muhlba91/onyx-homeassistant-integration/commit/5a13ae6df96cb9ad48a498238a1e79177ca45a69))
19+
* **deps:** update github/codeql-action action to v3.29.10 ([c06a4c7](https://github.com/muhlba91/onyx-homeassistant-integration/commit/c06a4c7c474669829656ac91d9b1f60e93ab4fbb))
20+
* **deps:** update github/codeql-action action to v3.29.11 ([e4b796e](https://github.com/muhlba91/onyx-homeassistant-integration/commit/e4b796ed6e06cfd6835206b8d9144150f93f2952))
21+
* **deps:** update github/codeql-action action to v3.30.1 ([243e5a7](https://github.com/muhlba91/onyx-homeassistant-integration/commit/243e5a7a6f43db457f1ef030747fa1c110a9d6e6))
22+
* **deps:** update github/codeql-action action to v3.30.2 ([346d3fc](https://github.com/muhlba91/onyx-homeassistant-integration/commit/346d3fcd8644b001e9830b87fa819776403c2c37))
23+
* **deps:** update step-security/harden-runner action to v2.13.1 ([c3b85cf](https://github.com/muhlba91/onyx-homeassistant-integration/commit/c3b85cf859b867a1c133d942b72852a1ced2e077))
24+
425
## [11.1.0](https://github.com/muhlba91/onyx-homeassistant-integration/compare/v11.0.0...v11.1.0) (2025-08-17)
526

627

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": "11.1.0"
19+
"version": "11.1.1"
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 = "11.1.0"
7+
version = "11.1.1"
88
description = "Home Assistant Integration for Hella's ONYX.CENTER API."
99
license = "MIT"
1010
authors = [

0 commit comments

Comments
 (0)