Automatically generated by python-semantic-release
This commit is contained in:
github-actions 2025-01-15 20:25:57 +00:00
parent 5b61869bae
commit 6e203e3bda
3 changed files with 12 additions and 2 deletions

View File

@ -2,6 +2,16 @@
<!--next-version-placeholder--> <!--next-version-placeholder-->
## v2.29.0 (2025-01-15)
### Feature
* **introspect:** Implement annotations ([#359](https://github.com/Bluetooth-Devices/dbus-fast/issues/359)) ([`5b61869`](https://github.com/Bluetooth-Devices/dbus-fast/commit/5b61869baec88cd1382419f4580c345473543493))
### Fix
* Void validate arguments/properties name ([#358](https://github.com/Bluetooth-Devices/dbus-fast/issues/358)) ([`f58f1a6`](https://github.com/Bluetooth-Devices/dbus-fast/commit/f58f1a6466d7ffb3a600774f8c36b5c93279437b))
## v2.28.0 (2025-01-07) ## v2.28.0 (2025-01-07)
### Feature ### Feature

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "dbus-fast" name = "dbus-fast"
version = "2.28.0" version = "2.29.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"

View File

@ -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__ = "2.28.0" __version__ = "2.29.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"