1.83.0
Automatically generated by python-semantic-release
This commit is contained in:
committed by
github-actions
parent
091c262e27
commit
1f42d28c47
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
<!--next-version-placeholder-->
|
<!--next-version-placeholder-->
|
||||||
|
|
||||||
|
## v1.83.0 (2022-12-23)
|
||||||
|
### Feature
|
||||||
|
* Allow hardcoding uid in auth ([#189](https://github.com/Bluetooth-Devices/dbus-fast/issues/189)) ([`091c262`](https://github.com/Bluetooth-Devices/dbus-fast/commit/091c262e2747be5170596ea9e84b2cd884d01762))
|
||||||
|
|
||||||
## v1.82.0 (2022-12-09)
|
## v1.82.0 (2022-12-09)
|
||||||
### Feature
|
### Feature
|
||||||
* Avoid enum dunder overhead in message_bus calls ([#187](https://github.com/Bluetooth-Devices/dbus-fast/issues/187)) ([`b3c7d51`](https://github.com/Bluetooth-Devices/dbus-fast/commit/b3c7d5139d4cfa5bcea2435b6acdb6e1e059ceb4))
|
* Avoid enum dunder overhead in message_bus calls ([#187](https://github.com/Bluetooth-Devices/dbus-fast/issues/187)) ([`b3c7d51`](https://github.com/Bluetooth-Devices/dbus-fast/commit/b3c7d5139d4cfa5bcea2435b6acdb6e1e059ceb4))
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "dbus-fast"
|
name = "dbus-fast"
|
||||||
version = "1.82.0"
|
version = "1.83.0"
|
||||||
description = "A faster version of dbus-next"
|
description = "A faster version of dbus-next"
|
||||||
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
|
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ __description__ = (
|
|||||||
"A performant zero-dependency DBus library for Python with asyncio support"
|
"A performant zero-dependency DBus library for Python with asyncio support"
|
||||||
)
|
)
|
||||||
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
|
__url__ = "https://github.com/bluetooth-devices/dbus-fast"
|
||||||
__version__ = "1.82.0"
|
__version__ = "1.83.0"
|
||||||
__author__ = "Bluetooth Devices authors, Tony Crisci"
|
__author__ = "Bluetooth Devices authors, Tony Crisci"
|
||||||
__author_email__ = "bluetooth@koston.org"
|
__author_email__ = "bluetooth@koston.org"
|
||||||
__license__ = "MIT"
|
__license__ = "MIT"
|
||||||
|
|||||||
Reference in New Issue
Block a user