Skip to content

Commit

Permalink
bump to version 0.9.1
Browse files Browse the repository at this point in the history
See the CHANGELOG for more information.
  • Loading branch information
Tony Crisci committed Aug 18, 2020
1 parent 1bc52bf commit 959c0b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.9.1

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

* (semi-breaking) Make type `ay` a buffer. This is different from previous behavior, but it is in line with the documentation from the beginning of the project. (#57)
* service: Add support for no reply methods (#50)
* fix syntax for tcp addresses (#51)
* Add typescript bindings for bus events (#58)
* bug: property getter executed when using `configureMembers` (#60)
* Improve code generators (#52)
* Avoid JSBI code paths when BigInt compatibility mode is not on (this should help a bit in webpack environments) (f1e2b4a)

## v0.8.2

This release includes some bug fixes.
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.8.2",
"version": "0.9.1",
"keywords": [
"dbus",
"dcop",
Expand Down

0 comments on commit 959c0b1

Please sign in to comment.