Skip to content

Commit

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

### Bug Fixes

* pass rssi to update method when receiving message pack ([5af8a37](5af8a37))
* rssi of messages in message pack ([#33](#33)) ([845cac2](845cac2))
* Unregister receiver on cancellation ([11bbc04](11bbc04))

### Features

* Add missing wifi state receiver unregistration on cancel ([#32](#32)) ([0e3c7db](0e3c7db))
* Add toString method for MessageContainer ([0174cfb](0174cfb))
  • Loading branch information
semantic-release-bot committed Jun 11, 2024
1 parent e955ca0 commit ebda89a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 1 addition & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ebda89a

Please sign in to comment.