Skip to content

Commit

Permalink
Releasing 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ancell committed Nov 19, 2021
1 parent f964a91 commit ba26702
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.6.6

* Remove unawaited calls that were making a depdendency on dart:async 2.14.
This occurred after dropping pedantic in 0.6.4

## 0.6.5

* Fix invalid introspection generation for annotations.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,5 +1,5 @@
name: dbus
version: 0.6.5
version: 0.6.6

description:
A native Dart implementation of the D-Bus message bus client. This package
Expand Down

0 comments on commit ba26702

Please sign in to comment.