From 5aef6f575faa1c279f9c9b900af7641b7fc892de Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Fri, 17 Nov 2023 10:35:46 +1300 Subject: [PATCH] Releasing 0.7.10 --- CHANGELOG.md | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80b07c9..286633d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.10 + +* Fix generated code that uses DBusObjectPath. +* Add further fix for generated DBusStruct code. +* Import dart:io in generated code, required for file descriptors. + ## 0.7.9 * Support unix fds in code generator. diff --git a/pubspec.yaml b/pubspec.yaml index 6161b52..16d6166 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dbus -version: 0.7.9 +version: 0.7.10 description: A native Dart implementation of the D-Bus message bus client. This package