diff --git a/CHANGELOG.md b/CHANGELOG.md index 02d11df0..2d950d46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,30 @@ # CHANGELOG +## v2.33.0 (2025-02-05) + +### Chores + +- **deps-dev**: Bump pytest-asyncio from 0.25.2 to 0.25.3 + ([#385](/~https://github.com/Bluetooth-Devices/dbus-fast/pull/385), + [`e6c75a6`](/~https://github.com/Bluetooth-Devices/dbus-fast/commit/e6c75a61828e260830720cff36a010e54b7efebe)) + +- **deps-dev**: Bump pytest-codspeed from 3.1.2 to 3.2.0 + ([#384](/~https://github.com/Bluetooth-Devices/dbus-fast/pull/384), + [`9f966af`](/~https://github.com/Bluetooth-Devices/dbus-fast/commit/9f966af1dbeba8af6d7119877801e5140daf4002)) + +- **pre-commit.ci**: Pre-commit autoupdate + ([#386](/~https://github.com/Bluetooth-Devices/dbus-fast/pull/386), + [`0a9e4c5`](/~https://github.com/Bluetooth-Devices/dbus-fast/commit/0a9e4c5a2140f20f580c67bed2a68ff0ac524b62)) + +Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> + +### Features + +- Build macos arm wheels ([#387](/~https://github.com/Bluetooth-Devices/dbus-fast/pull/387), + [`829e0fc`](/~https://github.com/Bluetooth-Devices/dbus-fast/commit/829e0fc149957b3bf0fc0f4a89bb2e676e584f84)) + + ## v2.32.0 (2025-02-02) ### Features diff --git a/pyproject.toml b/pyproject.toml index ef3fdbfe..8292757d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbus-fast" -version = "2.32.0" +version = "2.33.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 f6f83007..33eb8d7a 100644 --- a/src/dbus_fast/__version__.py +++ b/src/dbus_fast/__version__.py @@ -3,7 +3,7 @@ "A performant zero-dependency DBus library for Python with asyncio support" ) __url__ = "/~https://github.com/bluetooth-devices/dbus-fast" -__version__ = "2.32.0" +__version__ = "2.33.0" __author__ = "Bluetooth Devices authors, Tony Crisci" __author_email__ = "bluetooth@koston.org" __license__ = "MIT"