Skip to content

Commit 4893c6e

Browse files
committed
Version 0.10.2
1 parent 624e611 commit 4893c6e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 0.10.2
2+
3+
### Features:
4+
5+
* Added `on_unknown_member` option to the `properties_get_all_dict`
6+
method. Specifies the action on what to do with unknown property.
7+
(`"error"` (default), `"ignore"`, `"reuse"`)
8+
9+
### Fixes:
10+
11+
* Fixed autodoc regressions introduced in `0.10.1`.
12+
Properties and signals headers have been redesigned.
13+
* Fixed PropertiesChanged signal emitting only the newest object
14+
path.
15+
116
## 0.10.1
217

318
### 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.1',
96+
version='0.10.2',
9797
url='https://github.com/igo95862/python-sdbus',
9898
author='igo95862',
9999
author_email='igo95862@yandex.ru',

0 commit comments

Comments
 (0)