We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a8b7b0 commit 314a1c4Copy full SHA for 314a1c4
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## v0.6.1
15
16
This release contains new major features.
package.json
@@ -1,6 +1,6 @@
{
"name": "dbus-next",
- "version": "0.6.1",
+ "version": "0.7.1",
"keywords": [
"dbus",
"dcop",
0 commit comments