From ebda89aeb7c73dc70ebbba2572133b1d17ea9de6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 11 Jun 2024 09:23:15 +0000 Subject: [PATCH] chore(release): Release 0.18.0 # [0.18.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.17.0...v0.18.0) (2024-06-11) ### Bug Fixes * pass rssi to update method when receiving message pack ([5af8a37](https://github.com/dronetag/flutter-opendroneid/commit/5af8a37bd99ed2af053c64ee585a6a738af5d4ad)) * rssi of messages in message pack ([#33](https://github.com/dronetag/flutter-opendroneid/issues/33)) ([845cac2](https://github.com/dronetag/flutter-opendroneid/commit/845cac28e205ac348b7ac05cefd8e8aba36d1fc4)) * Unregister receiver on cancellation ([11bbc04](https://github.com/dronetag/flutter-opendroneid/commit/11bbc04d71a8bc0685528cba650fc49b16dfa7eb)) ### Features * Add missing wifi state receiver unregistration on cancel ([#32](https://github.com/dronetag/flutter-opendroneid/issues/32)) ([0e3c7db](https://github.com/dronetag/flutter-opendroneid/commit/0e3c7db7c7c25fbfffe17b2b0a01071e42c39859)) * Add toString method for MessageContainer ([0174cfb](https://github.com/dronetag/flutter-opendroneid/commit/0174cfb475ee5857398dfe9acd86a8464cc300e5)) --- CHANGELOG.md | 15 +++++++++++++++ pubspec.yaml | 6 +----- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5c3f2..3d907d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.18.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.17.0...v0.18.0) (2024-06-11) + + +### Bug Fixes + +* pass rssi to update method when receiving message pack ([5af8a37](https://github.com/dronetag/flutter-opendroneid/commit/5af8a37bd99ed2af053c64ee585a6a738af5d4ad)) +* rssi of messages in message pack ([#33](https://github.com/dronetag/flutter-opendroneid/issues/33)) ([845cac2](https://github.com/dronetag/flutter-opendroneid/commit/845cac28e205ac348b7ac05cefd8e8aba36d1fc4)) +* Unregister receiver on cancellation ([11bbc04](https://github.com/dronetag/flutter-opendroneid/commit/11bbc04d71a8bc0685528cba650fc49b16dfa7eb)) + + +### Features + +* Add missing wifi state receiver unregistration on cancel ([#32](https://github.com/dronetag/flutter-opendroneid/issues/32)) ([0e3c7db](https://github.com/dronetag/flutter-opendroneid/commit/0e3c7db7c7c25fbfffe17b2b0a01071e42c39859)) +* Add toString method for MessageContainer ([0174cfb](https://github.com/dronetag/flutter-opendroneid/commit/0174cfb475ee5857398dfe9acd86a8464cc300e5)) + ## 0.17.0 * Allow multiple Basic ID messages in container diff --git a/pubspec.yaml b/pubspec.yaml index dab8d2d..65b50b2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,22 +1,18 @@ name: flutter_opendroneid description: A flutter plugin for reading Wi-Fi and Bluetooth Remote ID advertisements using native Android and iOS platform-specific implementation. -version: 0.17.0 +version: 0.18.0 repository: https://github.com/dronetag/flutter-opendroneid - environment: sdk: ">=3.0.0 <4.0.0" flutter: ">=3.16.7" - dependencies: flutter: sdk: flutter permission_handler: ^11.2.0 device_info_plus: ^9.1.2 dart_opendroneid: ^0.4.0 - dev_dependencies: pigeon: ^10.1.6 - flutter: plugin: platforms: