Skip to content

Commit 3c87563

Browse files
author
Tony Crisci
committed
bump to version 0.2.2
1 parent 39b60a9 commit 3c87563

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Version 0.2.2
4+
5+
This version contains some bugfixes and a new feature
6+
7+
* Add `connected` instance variable to the `MessageBus` (#74)
8+
* Better handling of message bus errors on disconnect (de8ed30)
9+
* Ensure futures are not done when settings results and exceptions (#73, 1213667)
10+
311
## Version 0.2.1
412

513
This version adds performance optimizations, bugfixes, and new features.

dbus_next/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__title__ = 'dbus_next'
22
__description__ = 'A zero-dependency DBus library for Python with asyncio support'
33
__url__ = 'https://github.com/altdesktop/python-dbus-next'
4-
__version__ = '0.2.1'
4+
__version__ = '0.2.2'
55
__author__ = 'Tony Crisci'
66
__author_email__ = '[email protected]'
77
__license__ = 'MIT'

0 commit comments

Comments
 (0)