Skip to content

Commit

Permalink
Releasing 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Nov 16, 2023
1 parent 3bd1baf commit 5aef6f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5aef6f5

Please sign in to comment.