Skip to content

Commit

Permalink
chore(release): Release 0.20.0
Browse files Browse the repository at this point in the history
# [0.20.0](v0.19.4...v0.20.0) (2024-12-17)

### Features

* output stream of ReceivedODIDMessage instead of container ([#39](#39)) ([109ceb1](109ceb1))
* remove message container, output ReceivedOdidMessage ([8261bb7](8261bb7))
  • Loading branch information
semantic-release-bot committed Dec 17, 2024
1 parent 109ceb1 commit 7919a30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.20.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.19.4...v0.20.0) (2024-12-17)


### Features

* output stream of ReceivedODIDMessage instead of container ([#39](https://github.com/dronetag/flutter-opendroneid/issues/39)) ([109ceb1](https://github.com/dronetag/flutter-opendroneid/commit/109ceb165d2e4e27f50d88ee688c29c9b62f52fc))
* remove message container, output ReceivedOdidMessage ([8261bb7](https://github.com/dronetag/flutter-opendroneid/commit/8261bb7fc2f81b9fbceb20210583ebdf23700f33))

## [0.19.4](https://github.com/dronetag/flutter-opendroneid/compare/v0.19.3...v0.19.4) (2024-11-27)


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: 1.0.0-rc.1
version: 0.20.0
repository: https://github.com/dronetag/flutter-opendroneid
environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit 7919a30

Please sign in to comment.