Skip to content

Commit

Permalink
chore(release): Release 0.17.0
Browse files Browse the repository at this point in the history
# [0.17.0](v0.16.0...v0.17.0) (2024-04-06)

### Features

* allow multiple basic id messages in container ([dronetag#28](https://github.com/albertmoravec/flutter-opendroneid/issues/28)) ([2fb50e8](2fb50e8))
* keep map of basic messages with id type as key ([fbfa0ef](fbfa0ef))
  • Loading branch information
semantic-release-bot committed Apr 6, 2024
1 parent c6380f3 commit 623bfdd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 623bfdd

Please sign in to comment.