Skip to content

Commit

Permalink
bump to version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Jun 2, 2019
1 parent 0a8b7b0 commit 314a1c4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.7.1

This release contains breaking changes, bugfixes, and features.

* Fix bus name validator for ProxyObject (#27)
* Move all constants to enum classes (breaking)
* Remove the `Name` class (breaking) (#22)
* Remove the `NameExistsError` (breaking)
* Enable TCP support (#26)
* Use nornagons put fork

## v0.6.1

This release contains new major 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.6.1",
"version": "0.7.1",
"keywords": [
"dbus",
"dcop",
Expand Down

0 comments on commit 314a1c4

Please sign in to comment.