From 128a72c8e89594156c23e6cf471ba3f9afacfea4 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Thu, 4 Apr 2019 11:09:42 -0400 Subject: [PATCH] Bump to version 0.5.1 See the changelog for more info. --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39caaa2..1592003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v0.5.1 + +This release contains some import bugfixes, features, and breaking changes. The +service interface has been upgraded to "somewhat stable". + +* Use an ES2015 class for the `MessageBus`. +* Make the low level interface private for now. (breaking, ref #20). +* Document the public api and make everything not documented private (breaking, #10). +* Remove tcp message bus support (breaking). +* Forward connection errors to the `MessageBus`. +* Make `interfaces` member of the `ProxyObject` a map from interface names to `ProxyInterface`s (breaking). +* `ProxyObject#getInterface` now throws an error if the interface is not found (breaking). + ## v0.4.2 This release contains some important bugfixes and features. diff --git a/package.json b/package.json index 370a9c9..07b4990 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dbus-next", - "version": "0.4.2", + "version": "0.5.1", "keywords": [ "dbus", "dcop",