Skip to content

Commit cdcd019

Browse files
author
Tony Crisci
committed
bump to version 0.8.1
1 parent 6863dd8 commit cdcd019

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## v0.8.1
4+
5+
This release contains bugfixes and new features.
6+
7+
* Update repository url to dbusjs org.
8+
* Fix memory leak for high level client signal match rules. (#39, #40)
9+
* Init proxy objects from xml string to avoid extra introspection. (4518825)
10+
* Add `configureMembers` to service interface as an alternative to decorators. (#32)
11+
* Allow async methods in the service interface. (#33)
12+
* Add TypeScript typings. (#28, #34)
13+
* Bugfix: correctly unmarshal unix socket 'h' type. (#35)
14+
* Support DBus monitor clients. (#41, #42)
15+
316
## v0.7.1
417

518
This release contains breaking changes, bugfixes, and features.

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.7.1",
3+
"version": "0.8.1",
44
"keywords": [
55
"dbus",
66
"dcop",

0 commit comments

Comments
 (0)