We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46eeb9b commit 767853fCopy full SHA for 767853f
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## v0.9.2
13
14
This release includes two bugfixes.
package.json
@@ -1,6 +1,6 @@
{
"name": "dbus-next",
- "version": "0.9.2",
+ "version": "0.10.1",
"keywords": [
"dbus",
"dcop",
0 commit comments