Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-03-23 01:35:47 +00:00
parent 3b4bac5524
commit c319916a01
3 changed files with 43 additions and 2 deletions

View File

@ -1,6 +1,47 @@
# CHANGELOG # CHANGELOG
## v2.40.0 (2025-03-23)
### Chores
- Add socket unmarshall benchmark ([#428](https://github.com/Bluetooth-Devices/dbus-fast/pull/428),
[`1802f35`](https://github.com/Bluetooth-Devices/dbus-fast/commit/1802f35ce9267d8af728045ba47277779af7fea7))
* chore: add socket unmarshall benchmark
* chore: bench multiple messages
- Remove lower python bound from PyGObject
([#425](https://github.com/Bluetooth-Devices/dbus-fast/pull/425),
[`28615ee`](https://github.com/Bluetooth-Devices/dbus-fast/commit/28615ee7eb00d7e50f68818f8c9915a1f570c8e5))
- **pre-commit.ci**: Pre-commit autoupdate
([#427](https://github.com/Bluetooth-Devices/dbus-fast/pull/427),
[`bfc8151`](https://github.com/Bluetooth-Devices/dbus-fast/commit/bfc8151005e143c961421d4e2c5e05ac58964100))
* chore(pre-commit.ci): pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.1.0 →
v0.11.0](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.0...v0.11.0)
* chore(pre-commit.ci): auto fixes
* chore: fix violations
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
### Features
- Improve unmarshaller performance for byte strings
([#430](https://github.com/Bluetooth-Devices/dbus-fast/pull/430),
[`3b4bac5`](https://github.com/Bluetooth-Devices/dbus-fast/commit/3b4bac5524435e5669bd5f513a9175f71af7f7a9))
## v2.39.6 (2025-03-17) ## v2.39.6 (2025-03-17)
### Bug Fixes ### Bug Fixes

View File

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