From 772961db06dcbe189f1001cf1a4feaea9485e33c Mon Sep 17 00:00:00 2001 From: igo95862 Date: Sun, 21 Dec 2025 20:08:43 +0000 Subject: [PATCH] Version 0.14.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e66c69..5c9a348 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.14.2 + +### Fixes + +* Fix segmentation fault if export handle outlives the exported object. (reported by @arkq) +* Fix some tests failing on slow systems. + ## 0.14.1 ### Features diff --git a/setup.py b/setup.py index 5b32c5b..199b300 100644 --- a/setup.py +++ b/setup.py @@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]: 'Based on sd-bus from libsystemd.'), long_description=long_description, long_description_content_type='text/markdown', - version='0.14.1.post0', + version='0.14.2', url='https://github.com/python-sdbus/python-sdbus', author='igo95862', author_email='igo95862@yandex.ru',