release: prepare for v0.2.0

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2020-11-22 16:38:50 +01:00
parent 0bc0ef868d
commit 41f7317638
2 changed files with 15 additions and 1 deletions

@ -1,3 +1,17 @@
0.2.0
---
* **core**
- gattc: DeviceCharacteristic Read() implementation
- gap: add Disconnect() to Driver
- gap: change signature for Addresser interface Set() function to accept string and then parse it as needed
* **linux**
- update to latest version of go-bluetooth package for Linux
* **macos**
- handle case when adapter enable sends notification before event delegate is set
- Document async Disconnect behaviour
* **examples**
- discover should only wait on startup on baremetal, since macOS does not like that
0.1.0
---
* **linux**

@ -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.1.0"
const Version = "0.2.0"