File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ 0.2.0
2
+ ---
3
+ * ** core**
4
+ - gattc: DeviceCharacteristic Read() implementation
5
+ - gap: add Disconnect() to Driver
6
+ - gap: change signature for Addresser interface Set() function to accept string and then parse it as needed
7
+ * ** linux**
8
+ - update to latest version of go-bluetooth package for Linux
9
+ * ** macos**
10
+ - handle case when adapter enable sends notification before event delegate is set
11
+ - Document async Disconnect behaviour
12
+ * ** examples**
13
+ - discover should only wait on startup on baremetal, since macOS does not like that
14
+
1
15
0.1.0
2
16
---
3
17
* ** linux**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package bluetooth
2
2
3
3
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.1 .0"
5
+ const Version = "0.2 .0"
You can’t perform that action at this time.
0 commit comments