From a3a2194e8d51aea0a9912ddc338e8a7ab7d692d4 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 24 Feb 2025 21:02:03 +0000 Subject: [PATCH] 2.34.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- src/dbus_fast/__version__.py | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d950d4..bdd5aeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ # 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) ### Chores diff --git a/pyproject.toml b/pyproject.toml index 8292757..2450388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbus-fast" -version = "2.33.0" +version = "2.34.0" description = "A faster version of dbus-next" authors = ["Bluetooth Devices Authors "] license = "MIT" diff --git a/src/dbus_fast/__version__.py b/src/dbus_fast/__version__.py index 33eb8d7..7b6c91d 100644 --- a/src/dbus_fast/__version__.py +++ b/src/dbus_fast/__version__.py @@ -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__ = "2.33.0" +__version__ = "2.34.0" __author__ = "Bluetooth Devices authors, Tony Crisci" __author_email__ = "bluetooth@koston.org" __license__ = "MIT"