Skip to content

Commit ec428dc

Browse files
committed
Release 0.14.0
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent b837181 commit ec428dc

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
0.12.0
1+
0.14.0
2+
---
3+
* **core**
4+
- mac: Add MAC accessor for returning the MAC in the usual format
5+
* **nordic semi**
6+
- sd: send the correct response to BLE_GAP_EVT_PHY_UPDATE_REQUEST
7+
* **hci**
8+
- fix: HCI should not read data past the end of the available buffer to store it. To fix #396
9+
* **linux**
10+
- fix: Actually stop BLE scan.
11+
- fix: Update gattc_linux.go to properly unsubscribe from notifications using dbus call
12+
* **windows**
13+
- fix: Fix memory leak in adapter.Scan (#383)
14+
15+
16+
0.13.0
217
---
318
* **core**
419
- Introduce AdvertisementPayload.ServiceUUIDs()

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.13.0"
5+
const Version = "0.14.0"

0 commit comments

Comments
 (0)