diff --git a/CHANGELOG.md b/CHANGELOG.md index 0163db1..80b07c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.9 + +* Support unix fds in code generator. +* Support using D-Bus without a D-Bus message bus (i.e. point to point). +* Fix generated code that uses DBusStruct. + ## 0.7.8 * Add helper methods for unix fd arrays. diff --git a/pubspec.yaml b/pubspec.yaml index 48c9a82..6161b52 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dbus -version: 0.7.8 +version: 0.7.9 description: A native Dart implementation of the D-Bus message bus client. This package