From d56551a6bfef6a2b89d2c840c2f36701af08dfc2 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 20 Jan 2025 10:58:42 +1300 Subject: [PATCH] Releasing 0.7.11 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 286633d..a283e74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.7.11 + +* Work around a dbus-broker bug with path_namespace='/' match rules. +* Optionally pass auth client to dbus client. + ## 0.7.10 * Fix generated code that uses DBusObjectPath. diff --git a/pubspec.yaml b/pubspec.yaml index 16d6166..65a272e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: dbus -version: 0.7.10 +version: 0.7.11 description: A native Dart implementation of the D-Bus message bus client. This package