Przeglądaj źródła

2.6.0

Automatically generated by python-semantic-release
semantic-release 3 dni temu
rodzic
commit
4392979072
3 zmienionych plików z 10 dodań i 2 usunięć
  1. 8 0
      CHANGELOG.md
  2. 1 1
      pyproject.toml
  3. 1 1
      switchbot/__version__.py

+ 8 - 0
CHANGELOG.md

@@ -2,6 +2,14 @@
 
 <!-- version list -->
 
+## v2.6.0 (2026-08-24)
+
+### Features
+
+- Add Circulator Fan Pro (W1160) support ([#508](https://github.com/sblibs/pySwitchbot/pull/508),
+  [`5c2e6c8`](https://github.com/sblibs/pySwitchbot/commit/5c2e6c881191b6a469bc4e2b74e0d338778e8576))
+
+
 ## v2.5.0 (2026-08-24)
 
 ### Chores

+ 1 - 1
pyproject.toml

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

+ 1 - 1
switchbot/__version__.py

@@ -1 +1 @@
-__version__ = "2.5.0"
+__version__ = "2.6.0"