Преглед на файлове

2.7.1

Automatically generated by python-semantic-release
semantic-release преди 6 дни
родител
ревизия
9c8880d117
променени са 3 файла, в които са добавени 24 реда и са изтрити 2 реда
  1. 22 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml
  3. 1 1
      switchbot/__version__.py

+ 22 - 0
CHANGELOG.md

@@ -2,6 +2,28 @@
 
 <!-- version list -->
 
+## v2.7.1 (2026-09-13)
+
+### Bug Fixes
+
+- **ceiling-light**: Ignore invalid color temperature
+  ([#557](https://github.com/sblibs/pySwitchbot/pull/557),
+  [`fbfcaa1`](https://github.com/sblibs/pySwitchbot/commit/fbfcaa12d8d1ae52d936e7d533095326b41e0c0e))
+
+### Chores
+
+- **ci**: Bump the github-actions group with 2 updates
+  ([#562](https://github.com/sblibs/pySwitchbot/pull/562),
+  [`4b4c98b`](https://github.com/sblibs/pySwitchbot/commit/4b4c98b3264ff3a1b42049a1d6bed0f579618693))
+
+- **deps**: Bump bleak-retry-connector from 4.6.3 to 4.7.0
+  ([#566](https://github.com/sblibs/pySwitchbot/pull/566),
+  [`c84a1d7`](https://github.com/sblibs/pySwitchbot/commit/c84a1d7fa1cb44fe5d582585a330be4309d4a9be))
+
+- **pre-commit.ci**: Pre-commit autoupdate ([#560](https://github.com/sblibs/pySwitchbot/pull/560),
+  [`d69e069`](https://github.com/sblibs/pySwitchbot/commit/d69e069ac41705cd875305b5e18cadaa6c2b683a))
+
+
 ## v2.7.0 (2026-08-31)
 
 ### Features

+ 1 - 1
pyproject.toml

@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "PySwitchbot"
-version = "2.7.0"
+version = "2.7.1"
 description = "A library to communicate with Switchbot"
 authors = ["Daniel Hjelseth Hoyer"]
 license = "MIT"

+ 1 - 1
switchbot/__version__.py

@@ -1 +1 @@
-__version__ = "2.7.0"
+__version__ = "2.7.1"