Skip to content

Commit 959c0b1

Browse files
author
Tony Crisci
committed
bump to version 0.9.1
See the CHANGELOG for more information.
1 parent 1bc52bf commit 959c0b1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## v0.9.1
4+
5+
This release includes some bug fixes, new features, and a semi-breaking change.
6+
7+
* (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)
8+
* service: Add support for no reply methods (#50)
9+
* fix syntax for tcp addresses (#51)
10+
* Add typescript bindings for bus events (#58)
11+
* bug: property getter executed when using `configureMembers` (#60)
12+
* Improve code generators (#52)
13+
* Avoid JSBI code paths when BigInt compatibility mode is not on (this should help a bit in webpack environments) (f1e2b4a)
14+
315
## v0.8.2
416

517
This release includes some bug fixes.

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

0 commit comments

Comments
 (0)