Skip to content

Commit

Permalink
chore(release): 0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.14.0](v0.13.0...v0.14.0) (2023-09-12)

### Bug Fixes

* update container with source of current message update ([c477388](c477388))

### Features

* add conversions of message values to strings ([7b43b50](7b43b50))
* put back duplicate messages filtering ([f1d1001](f1d1001))
* remove message parsing, use dart-odid ([c3dda27](c3dda27))
* shorted BLE advertisements to max 31 bytes ([8da4ea2](8da4ea2))
* Use dart-opendroneid for parsing & pass raw bytes from native (DT-2604) ([#21](#21)) ([87f5481](87f5481))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent 87f5481 commit 4c90c1f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.14.0](https://github.com/dronetag/flutter-opendroneid/compare/v0.13.0...v0.14.0) (2023-09-12)


### Bug Fixes

* update container with source of current message update ([c477388](https://github.com/dronetag/flutter-opendroneid/commit/c47738842cc2f9c115af3bbb59f8deba431b3d08))


### Features

* add conversions of message values to strings ([7b43b50](https://github.com/dronetag/flutter-opendroneid/commit/7b43b5058d013ffaa67b369662e72e39114e215b))
* put back duplicate messages filtering ([f1d1001](https://github.com/dronetag/flutter-opendroneid/commit/f1d1001fe70240d1dee954bf68ec9c9f9296669a))
* remove message parsing, use dart-odid ([c3dda27](https://github.com/dronetag/flutter-opendroneid/commit/c3dda27db63533623d8bba5c7970775b0ee19319))
* shorted BLE advertisements to max 31 bytes ([8da4ea2](https://github.com/dronetag/flutter-opendroneid/commit/8da4ea2aaff5b75845a63066e809719553a0442a))
* Use dart-opendroneid for parsing & pass raw bytes from native (DT-2604) ([#21](https://github.com/dronetag/flutter-opendroneid/issues/21)) ([87f5481](https://github.com/dronetag/flutter-opendroneid/commit/87f548145dc9bd2bdb30eb12c2636ed293e187b0))

## 0.13.0

- Streams are de-duplicated by fields comparison
Expand Down Expand Up @@ -69,4 +85,4 @@ Fixed technology detection logic and added implemented location validation

## 0.9.0

Initial public release
Initial public release

0 comments on commit 4c90c1f

Please sign in to comment.