File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
27
0.7.0
2
28
---
3
29
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package bluetooth
2
2
3
3
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.7 .0"
5
+ const Version = "0.8 .0"
You can’t perform that action at this time.
0 commit comments