Skip to content

Commit 41f7317

Browse files
committed
release: prepare for v0.2.0
Signed-off-by: deadprogram <[email protected]>
1 parent 0bc0ef8 commit 41f7317

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
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+
115
0.1.0
216
---
317
* **linux**

version.go

+1-1
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.1.0"
5+
const Version = "0.2.0"

0 commit comments

Comments
 (0)