From 623bfddd54ed782331bb5a266fd91aa7c9956e71 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 6 Apr 2024 08:31:17 +0000 Subject: [PATCH] chore(release): Release 0.17.0 # [0.17.0](https://github.com/albertmoravec/flutter-opendroneid/compare/v0.16.0...v0.17.0) (2024-04-06) ### Features * allow multiple basic id messages in container ([#28](https://github.com/albertmoravec/flutter-opendroneid/issues/28)) ([2fb50e8](https://github.com/albertmoravec/flutter-opendroneid/commit/2fb50e88a4efc8f42c2a691414023326e5dc72fa)) * keep map of basic messages with id type as key ([fbfa0ef](https://github.com/albertmoravec/flutter-opendroneid/commit/fbfa0ef21c3603500ae7e5949940414090e1b11b)) --- CHANGELOG.md | 8 ++++++++ pubspec.yaml | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da5c3f2..8d4bfca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.17.0](https://github.com/albertmoravec/flutter-opendroneid/compare/v0.16.0...v0.17.0) (2024-04-06) + + +### Features + +* allow multiple basic id messages in container ([#28](https://github.com/albertmoravec/flutter-opendroneid/issues/28)) ([2fb50e8](https://github.com/albertmoravec/flutter-opendroneid/commit/2fb50e88a4efc8f42c2a691414023326e5dc72fa)) +* keep map of basic messages with id type as key ([fbfa0ef](https://github.com/albertmoravec/flutter-opendroneid/commit/fbfa0ef21c3603500ae7e5949940414090e1b11b)) + ## 0.17.0 * Allow multiple Basic ID messages in container diff --git a/pubspec.yaml b/pubspec.yaml index dab8d2d..508818b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,21 +2,17 @@ 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 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: