Skip to content

Commit 4c47c66

Browse files
author
Tony Crisci
committed
Bump to version 0.4.2
See the changelog for more details.
1 parent 82c8ce4 commit 4c47c66

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.4.2
4+
5+
This release contains some important bugfixes and features.
6+
7+
* Gracefully handle user errors in services by returning the error to the client. (#11)
8+
* Remove the old high-level interfaces. (#15)
9+
* Implement `org.freedesktop.DBus.Peer` for clients. (#16)
10+
* Cache name owners and discriminate signals on owner (fixes a lot of mpris-service test errors).
11+
* Clean up a lot of dead code.
12+
313
## v0.4.1
414

515
This release contains breaking changes to how interfaces are exported on the bus with the public api. See the README and example service for the current way to export interfaces.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dbus-next",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"keywords": [
55
"dbus",
66
"dcop",

0 commit comments

Comments
 (0)