Skip to content

Commit

Permalink
chore(release): Release 0.19.0
Browse files Browse the repository at this point in the history
# [0.19.0](v0.18.1...v0.19.0) (2024-07-19)

### Features

* add bt name to ODIDPayload ([4683e23](4683e23))
* add ODIDMessageParsingException ([715e231](715e231))
* include Bluetooth metadata to parsing exceptions ([#36](#36)) ([89a29b6](89a29b6))
  • Loading branch information
semantic-release-bot committed Jul 19, 2024
1 parent 89a29b6 commit 4af7ce5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [0.19.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.18.1...v0.19.0) (2024-07-19)


### Features

* add bt name to ODIDPayload ([4683e23](https://github.com/dronetag/flutter-opendroneid/commit/4683e23a6c665b8fff1842697ed8ef8b9a46ebbd))
* add ODIDMessageParsingException ([715e231](https://github.com/dronetag/flutter-opendroneid/commit/715e231bb92aaba93fcc13b6bcdc1fb032e9ba4e))
* include Bluetooth metadata to parsing exceptions ([#36](https://github.com/dronetag/flutter-opendroneid/issues/36)) ([89a29b6](https://github.com/dronetag/flutter-opendroneid/commit/89a29b6dcff676cc6598bf047ce37721438c51cc))

## [0.18.1](https://github.com/dronetag/flutter-opendroneid/compare/v0.18.0...v0.18.1) (2024-06-20)

# [0.18.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.17.0...v0.18.0) (2024-06-11)
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.18.1
version: 0.19.0
repository: https://github.com/dronetag/flutter-opendroneid
environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 4af7ce5

Please sign in to comment.