Skip to content

Commit 7928ef9

Browse files
committed
Version 0.10.1
1 parent ae5b0a9 commit 7928ef9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.10.1
2+
3+
### Features:
4+
5+
* Added `catch_anywhere` method to dbus signals.
6+
Creates an async iterator which yields object path that emitted
7+
signal and signal data. Can be called from class but requires explicit
8+
service name in that case.
9+
* Added `properties_get_all_dict()` method to `DbusInterfaceCommonAsync` and
10+
`DbusInterfaceCommon` classes. Retrieves all D-Bus object properties as
11+
a dictionary where keys are member names translated to Python names and
12+
values are property values.
13+
114
## 0.10.0
215

316
### Features:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def get_link_arguments() -> List[str]:
9393
'Based on sd-bus from libsystemd.'),
9494
long_description=long_description,
9595
long_description_content_type='text/markdown',
96-
version='0.10.0',
96+
version='0.10.1',
9797
url='https://github.com/igo95862/python-sdbus',
9898
author='igo95862',
9999
author_email='igo95862@yandex.ru',

0 commit comments

Comments
 (0)