Skip to content

Commit 073d837

Browse files
author
Tony Crisci
committed
bump to version 0.1.4
See the CHANGELOG for more info
1 parent 837d332 commit 073d837

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## Version 0.1.4
4+
5+
This version adds some bugfixes and new features.
6+
7+
* Support tcp transport addresses (#57)
8+
* Add support for the annonymous authentication protocol (#32)
9+
* Add flags kwarg to aio high level client method call (#55)
10+
* Allow subclassing of DBusError (#42)
11+
* Fix exception in aio message handler loop on task cancellation (ff165aa)
12+
* Improve error messages (#46, #59)
13+
* Fix match rule memory leak bug (508edf8)
14+
* Don't add match rules for high level client by default (615218f)
15+
* Add empty properties interface to standard interfaces (#49)
16+
317
## Version 0.1.3
418

519
This version adds some 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.1.3'
4+
__version__ = '0.1.4'
55
__author__ = 'Tony Crisci'
66
__author_email__ = '[email protected]'
77
__license__ = 'MIT'

0 commit comments

Comments
 (0)