Skip to content

Commit 71acc43

Browse files
committed
Version 0.14.1
1 parent 17f50ff commit 71acc43

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.14.1
2+
3+
### Features
4+
5+
* Added `sdbus.utils.inspect.inspect_dbus_bus` function. Returns a bus object
6+
used by a proxy or exported local object.
7+
8+
### Fixes
9+
10+
* Fix object manager's `InterfacesRemoved` signal being emitted without having
11+
interface names. (reported and fixed by @arkq)
12+
* Fixed interface ordering for signals and methods that return interface information
13+
like `InterfacesAdded` or `GetManagedObjects`. (reported and fixed by @arkq)
14+
* Fixed exported methods callbacks sometimes getting garbage collected before
15+
reply could be sent. (reported by @arkq)
16+
* Fixed several documentation URLs linking outdated repository. (reported and fixed by @rmelotte)
17+
118
## 0.14.0
219

320
### Minimum requirements raised

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]:
9696
'Based on sd-bus from libsystemd.'),
9797
long_description=long_description,
9898
long_description_content_type='text/markdown',
99-
version='0.14.0',
99+
version='0.14.1',
100100
url='https://github.com/python-sdbus/python-sdbus',
101101
author='igo95862',
102102
author_email='igo95862@yandex.ru',

0 commit comments

Comments
 (0)