Selaa lähdekoodia

2.8.0

Automatically generated by python-semantic-release
semantic-release 5 päivää sitten
vanhempi
sitoutus
598ef79422
3 muutettua tiedostoa jossa 11 lisäystä ja 2 poistoa
  1. 9 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml
  3. 1 1
      switchbot/__version__.py

+ 9 - 0
CHANGELOG.md

@@ -2,6 +2,15 @@
 
 <!-- version list -->
 
+## v2.8.0 (2026-09-14)
+
+### Features
+
+- **ceiling_light**: Add night light mode support
+  ([#564](https://github.com/sblibs/pySwitchbot/pull/564),
+  [`e018f31`](https://github.com/sblibs/pySwitchbot/commit/e018f3165a1c06f0c5f9fa294b155ee0ad01880a))
+
+
 ## v2.7.1 (2026-09-13)
 
 ### Bug Fixes

+ 1 - 1
pyproject.toml

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

+ 1 - 1
switchbot/__version__.py

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