Skip to content

Commit 0de5698

Browse files
committed
Updated CHANGELOG and pubspec.
1 parent 10a82be commit 0de5698

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.4.0
2+
* **Breaking change**. Manufacturer Data is now a `Map` of manufacturer ID's.
3+
* Service UUID's, service data, tx power level packets fixed in advertising data.
4+
* Example app updated to show advertising data.
5+
* Various other bug fixes.
6+
17
## 0.3.4
28
* Updated to use the latest protobuf (^0.9.0+1)
39
* Updated other dependencies
@@ -32,15 +38,15 @@
3238
* Bug fixes
3339

3440
## 0.2.2
35-
* BREAKING CHANGES
41+
* **Breaking changes**:
3642
* `startScan` renamed to `scan`
3743
* `ScanResult` now returns a `BluetoothDevice`
3844
* `connect` now takes a `BluetoothDevice` and returns Stream<BluetoothDeviceState>
3945
* Added parameter `timeout` to `connect`
4046
* Automatic disconnect on deviceConnection.cancel()
4147

4248
## 0.2.1
43-
* BREAKING CHANGE: removed `stopScan` from API, use `scanSubscription.cancel()` instead
49+
* **Breaking change**. Removed `stopScan` from API, use `scanSubscription.cancel()` instead
4450
* Automatically stops scan when `startScan` subscription is canceled (thanks to @brianegan)
4551
* Added `timeout` parameter to `startScan`
4652
* Updated example app to show new scan functionality
@@ -61,4 +67,4 @@
6167

6268
## 0.0.1 - September 1st, 2017
6369

64-
* Initial Release.
70+
* Initial Release.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_blue
22
description: Bluetooth plugin for Flutter
3-
version: 0.3.4
3+
version: 0.4.0
44
author: Paul DeMarco <[email protected]>
55
homepage: https://github.com/pauldemarco/flutter_blue
66

0 commit comments

Comments
 (0)