Skip to content

Commit

Permalink
bump to version 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Nov 29, 2019
1 parent 6863dd8 commit cdcd019
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## v0.8.1

This release contains bugfixes and new features.

* Update repository url to dbusjs org.
* Fix memory leak for high level client signal match rules. (#39, #40)
* Init proxy objects from xml string to avoid extra introspection. (4518825)
* Add `configureMembers` to service interface as an alternative to decorators. (#32)
* Allow async methods in the service interface. (#33)
* Add TypeScript typings. (#28, #34)
* Bugfix: correctly unmarshal unix socket 'h' type. (#35)
* Support DBus monitor clients. (#41, #42)

## v0.7.1

This release contains breaking changes, bugfixes, and features.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dbus-next",
"version": "0.7.1",
"version": "0.8.1",
"keywords": [
"dbus",
"dcop",
Expand Down

0 comments on commit cdcd019

Please sign in to comment.