Automatically generated by python-semantic-release
This commit is contained in:
semantic-release 2025-03-06 21:11:40 +00:00
parent 0adab935e3
commit a8419af766
3 changed files with 32 additions and 2 deletions

View File

@ -1,6 +1,36 @@
# CHANGELOG
## v2.37.1 (2025-03-06)
### Bug Fixes
- Correctly handle big endian data ([#405](https://github.com/Bluetooth-Devices/dbus-fast/pull/405),
[`0adab93`](https://github.com/Bluetooth-Devices/dbus-fast/commit/0adab935e3c5850647e640c777daf4273ea1efd9))
### Chores
- Add s390x tests ([#408](https://github.com/Bluetooth-Devices/dbus-fast/pull/408),
[`81ce030`](https://github.com/Bluetooth-Devices/dbus-fast/commit/81ce03058a64e9fd304981ef9e05bf6415dc1fb3))
- Add more coverage for marshall ([#406](https://github.com/Bluetooth-Devices/dbus-fast/pull/406),
[`ed38f69`](https://github.com/Bluetooth-Devices/dbus-fast/commit/ed38f690f5926b17354810c51ac0dee900d9f01e))
- Fix type for hello message constant
([#407](https://github.com/Bluetooth-Devices/dbus-fast/pull/407),
[`df5325a`](https://github.com/Bluetooth-Devices/dbus-fast/commit/df5325a7ef80de544e16783deec3ea183e02d6ba))
core: fix type for hello message constant
- Update deps ([#404](https://github.com/Bluetooth-Devices/dbus-fast/pull/404),
[`6dca98d`](https://github.com/Bluetooth-Devices/dbus-fast/commit/6dca98d68af494641c91cf53949fe207188b99a3))
dependabot is still broken with poetry 2
- Updating certifi (2024.12.14 -> 2025.1.31) - Updating babel (2.16.0 -> 2.17.0) - Updating jinja2
(3.1.5 -> 3.1.6) - Updating coverage (7.6.10 -> 7.6.12)
## v2.37.0 (2025-03-06)
### Features

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "dbus-fast"
version = "2.37.0"
version = "2.37.1"
description = "A faster version of dbus-next"
authors = ["Bluetooth Devices Authors <bluetooth@koston.org>"]
license = "MIT"

View File

@ -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.37.0"
__version__ = "2.37.1"
__author__ = "Bluetooth Devices authors, Tony Crisci"
__author_email__ = "bluetooth@koston.org"
__license__ = "MIT"