Skip to content

Commit 767853f

Browse files
author
Tony Crisci
committed
bump to version 0.10.1
1 parent 46eeb9b commit 767853f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## v0.10.1
4+
5+
This release includes bugfixes and new features.
6+
7+
* Support negotiating Unix FDs (#67, #89)
8+
* Add noReply to MethodOptions interface in Type Definitions (#70)
9+
* Fix compatibility with buffer@4 (#71)
10+
* Init signals on ProxyObject creation (#86)
11+
312
## v0.9.2
413

514
This release includes two bugfixes.

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

0 commit comments

Comments
 (0)