1.80.0
Automatically generated by python-semantic-release
This commit is contained in:
parent
d1366aca64
commit
d31a32d316
@ -2,6 +2,10 @@
|
||||
|
||||
<!--next-version-placeholder-->
|
||||
|
||||
## v1.80.0 (2022-12-09)
|
||||
### Feature
|
||||
* Speed up checking if a message needs a reply ([#181](https://github.com/Bluetooth-Devices/dbus-fast/issues/181)) ([`d1366ac`](https://github.com/Bluetooth-Devices/dbus-fast/commit/d1366aca644d78f446f47b8fd607b82f73299fb8))
|
||||
|
||||
## v1.79.0 (2022-12-09)
|
||||
### Feature
|
||||
* Add a cython pxd for services ([#180](https://github.com/Bluetooth-Devices/dbus-fast/issues/180)) ([`f3c9250`](https://github.com/Bluetooth-Devices/dbus-fast/commit/f3c925079a1ea632ed850f71aaf26ba1e57f2ca8))
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "dbus-fast"
|
||||
version = "1.79.0"
|
||||
version = "1.80.0"
|
||||
description = "A faster version of dbus-next"
|
||||
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
|
||||
license = "MIT"
|
||||
|
||||
@ -3,7 +3,7 @@ __description__ = (
|
||||
"A performant zero-dependency DBus library for Python with asyncio support"
|
||||
)
|
||||
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
|
||||
__version__ = "1.79.0"
|
||||
__version__ = "1.80.0"
|
||||
__author__ = "Bluetooth Devices authors, Tony Crisci"
|
||||
__author_email__ = "bluetooth@koston.org"
|
||||
__license__ = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user