Skip to content

Commit

Permalink
release: prepare for v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Nov 22, 2020
1 parent 0bc0ef8 commit 41f7317
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
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.1.0"
const Version = "0.2.0"

0 comments on commit 41f7317

Please sign in to comment.