Skip to content

Commit 314a1c4

Browse files
author
Tony Crisci
committed
bump to version 0.7.1
1 parent 0a8b7b0 commit 314a1c4

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v0.7.1
4+
5+
This release contains breaking changes, bugfixes, and features.
6+
7+
* Fix bus name validator for ProxyObject (#27)
8+
* Move all constants to enum classes (breaking)
9+
* Remove the `Name` class (breaking) (#22)
10+
* Remove the `NameExistsError` (breaking)
11+
* Enable TCP support (#26)
12+
* Use nornagons put fork
13+
314
## v0.6.1
415

516
This release contains new major features.

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

0 commit comments

Comments
 (0)