Skip to content

Commit d0c7887

Browse files
committed
Update for release 0.8.0
Signed-off-by: deadprogram <[email protected]>
1 parent 195d418 commit d0c7887

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.8.0
2+
---
3+
4+
* **build**
5+
- remove CGo dependencies for Windows cross-compiler tests
6+
- add Windows to GH actions build jobs
7+
- add macOS 12 to GH actions build jobs
8+
* **core**
9+
- go 1.18 and remove old-style build tags
10+
- Noescape workaround
11+
* **docs**
12+
- update README to remove CGo requirement for Windows
13+
- add documentation to heartrate-monitor
14+
* **linux**
15+
- Added option to add ManufacturerData to Advertisement
16+
* **macos**
17+
- enable support for duplicate chars by moving from a map to a slice
18+
* **examples**
19+
- Include WriteWithoutResponse permission, for examples, where Write exists
20+
* **nordic semi**
21+
- softdevice: added manufacturer data support
22+
- softdevice: test creation of raw BLE advertisement packets
23+
* **windows**
24+
- update github.com/saltosystems/winrt-go to no longer require CGo
25+
26+
127
0.7.0
228
---
329

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.7.0"
5+
const Version = "0.8.0"

0 commit comments

Comments
 (0)