Skip to content

Commit 73624b9

Browse files
author
Tony Crisci
committed
bump to version 0.9.2
1 parent 9d0f962 commit 73624b9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.9.2
4+
5+
This release includes two bugfixes.
6+
7+
* service: Fix duplicate paths in xml introspection (#62)
8+
* client: Fix a bug where signal handlers were run multiple times (#64)
9+
310
## v0.9.1
411

512
This release includes some bug fixes, new features, and a semi-breaking change.

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

0 commit comments

Comments
 (0)