File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 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+
1150.1.0
216---
317* ** linux**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package bluetooth
22
33// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
44// 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