diff --git a/.github/scripts/generate_plugin.py b/.github/scripts/generate_plugin.py index ccfcaa3..07b3dba 100644 --- a/.github/scripts/generate_plugin.py +++ b/.github/scripts/generate_plugin.py @@ -14,7 +14,7 @@ def generate_plugin(): """ - +

PyPluginStore


This plugin manages other Domoticz Python plugins.

diff --git a/.release-please-manifest.json b/.release-please-manifest.json index da2177c..02bd31d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.0" + ".": "2.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f58ae48..26e0388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.21.0](https://github.com/adrighem/PyPluginStore/compare/v2.20.0...v2.21.0) (2026-07-21) + + +### Features + +* update Domoticz Python plugin registry ([38fe0bc](https://github.com/adrighem/PyPluginStore/commit/38fe0bcc027861127aff23a3de81e4d6ef75face)) + + +### Bug Fixes + +* **releases:** recover and gate release switches ([c27ee9d](https://github.com/adrighem/PyPluginStore/commit/c27ee9d909f097b11b51c3dadce4bf9749db9a7c)) +* **releases:** recover and gate release switches ([e4eee28](https://github.com/adrighem/PyPluginStore/commit/e4eee28e5bfa9f56f66068eee59df31dcd28dfa3)), closes [#111](https://github.com/adrighem/PyPluginStore/issues/111) + ## [2.20.0](https://github.com/adrighem/PyPluginStore/compare/v2.19.1...v2.20.0) (2026-07-21) diff --git a/plugin.py b/plugin.py index cc33c17..c3af01c 100644 --- a/plugin.py +++ b/plugin.py @@ -7,7 +7,7 @@ """ - +

PyPluginStore


This plugin manages other Domoticz Python plugins.