Skip to content

Commit e79ea1e

Browse files
committed
release: updates for v0.6.0
Signed-off-by: deadprogram <[email protected]>
1 parent 792f4f0 commit e79ea1e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
0.6.0
2+
---
3+
* **core**
4+
- unify UUID16 creation for all platforms
5+
- Improve UUID (#107)
6+
- gap: stop advertising
7+
- advertising: add manufacturer data field to advertisement payload
8+
* **linux**
9+
- gap: workaround for https://github.com/muka/go-bluetooth/issues/163
10+
- update to latest muka/go-bluetooth
11+
* **windows**
12+
- add characteristic read, write and notify operations
13+
- add characteristic discovery
14+
- add service discovery
15+
- add device connection and disconnection
16+
- add winrt-go dependency and remove manually generated code
17+
- disable cache when reading characteristics
18+
* **macos**
19+
- update to tinygo-org fork of cbgo v0.0.4
20+
- use the same UUID format as expected by other standard
21+
* **docs**
22+
- update README with info on Windows support
23+
* **build**
24+
- add Github Action based CI build (#108)
25+
26+
127
0.5.0
228
---
329
* **core**

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.5.0"
5+
const Version = "0.6.0"

0 commit comments

Comments
 (0)