There was an error while loading. Please reload this page.
1 parent 7e0ef59 commit 488b26aCopy full SHA for 488b26a
docs/changelog.rst
@@ -1,6 +1,11 @@
1
Changelog
2
---------
3
4
+
5
+0.10.1 - 2022-04-29
6
+-------------------
7
+ * Fixed a major bug in plugin api, see https://github.com/Yakifo/amqtt/pull/92
8
9
0.10.0 - 2021-08-04
10
-------------------
11
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "amqtt"
-version = "0.10.0"
+version = "0.10.1"
description = "MQTT client/broker using Python asyncio"
authors = ["aMQTT Contributers"]
license = "MIT"
0 commit comments