We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b60a9 commit 3c87563Copy full SHA for 3c87563
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## Version 0.2.1
12
13
This version adds performance optimizations, bugfixes, and new features.
dbus_next/__version__.py
@@ -1,7 +1,7 @@
__title__ = 'dbus_next'
__description__ = 'A zero-dependency DBus library for Python with asyncio support'
__url__ = 'https://github.com/altdesktop/python-dbus-next'
-__version__ = '0.2.1'
+__version__ = '0.2.2'
__author__ = 'Tony Crisci'
__author_email__ = 'tony@dubstepdish.com'
__license__ = 'MIT'
0 commit comments