Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-02-24 21:02:03 +00:00
parent e4f37ee10b
commit a3a2194e8d
3 changed files with 24 additions and 2 deletions

View File

@ -1,6 +1,28 @@
# CHANGELOG # CHANGELOG
## v2.34.0 (2025-02-24)
### Chores
- **deps-dev**: Bump cython from 3.0.11 to 3.0.12
([#391](https://github.com/Bluetooth-Devices/dbus-fast/pull/391),
[`5f26f5d`](https://github.com/Bluetooth-Devices/dbus-fast/commit/5f26f5d58c5e0ed6251c66ab4724f27a383500a0))
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- **pre-commit.ci**: Pre-commit autoupdate
([#389](https://github.com/Bluetooth-Devices/dbus-fast/pull/389),
[`c713bf3`](https://github.com/Bluetooth-Devices/dbus-fast/commit/c713bf3de994564c92628f92bdf341fbf813c8f4))
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
### Features
- Resync generic D-Bus errors ([#393](https://github.com/Bluetooth-Devices/dbus-fast/pull/393),
[`e4f37ee`](https://github.com/Bluetooth-Devices/dbus-fast/commit/e4f37ee10bd2af64716de0bd389db90b47373b76))
## v2.33.0 (2025-02-05) ## v2.33.0 (2025-02-05)
### Chores ### Chores

View File

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