Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
0.12.0
0.14.0
---
* **core**
- mac: Add MAC accessor for returning the MAC in the usual format
* **nordic semi**
- sd: send the correct response to BLE_GAP_EVT_PHY_UPDATE_REQUEST
* **hci**
- fix: HCI should not read data past the end of the available buffer to store it. To fix #396
* **linux**
- fix: Actually stop BLE scan.
- fix: Update gattc_linux.go to properly unsubscribe from notifications using dbus call
* **windows**
- fix: Fix memory leak in adapter.Scan (#383)


0.13.0
---
* **core**
- Introduce AdvertisementPayload.ServiceUUIDs()
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package bluetooth

// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
// Update this value before release of new version of software.
const Version = "0.13.0"
const Version = "0.14.0"
Loading