Skip to content

Commit

Permalink
bump to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Dec 7, 2020
1 parent 39b60a9 commit 3c87563
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## Version 0.2.2

This version contains some bugfixes and a new feature

* Add `connected` instance variable to the `MessageBus` (#74)
* Better handling of message bus errors on disconnect (de8ed30)
* Ensure futures are not done when settings results and exceptions (#73, 1213667)

## Version 0.2.1

This version adds performance optimizations, bugfixes, and new features.
Expand Down
2 changes: 1 addition & 1 deletion dbus_next/__version__.py
Original file line number Diff line number Diff line change
@@ -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__ = '[email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit 3c87563

Please sign in to comment.