Skip to content

Commit ba63457

Browse files
committed
release: preparing for v0.7.0 release
Signed-off-by: deadprogram <[email protected]>
1 parent 7f67fa0 commit ba63457

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
0.7.0
2+
---
3+
4+
* **build**
5+
- switch to ghcr.io for docker container
6+
- update to actions/checkout@v3
7+
- work around for CVE-2022-24765
8+
* **core**
9+
- gap: Set and SetRandom methods should have a pointer receiver
10+
- mtu-{darwin,linux,windows,sd}: add get mtu function
11+
- remove Addresser
12+
- update uuid generation
13+
* **docs**
14+
- CONTRIBUTING: add note on new APIs
15+
- correct badge link for GH actions
16+
- README: add note on macOS Big Sur and iTerm2
17+
* **linux**
18+
- do not randomize order of returned discovered services/chars
19+
- fix characteristic scan order
20+
- implement disconnect handling
21+
* **macos**
22+
- implement disconnect handling
23+
- fix characteristic scan order
24+
* **examples**
25+
- add examples/stop-advertisement
26+
* **nordic semi**
27+
- nrf528xx: handle BLE_GAP_EVT_PHY_UPDATE_REQUEST and explicitly ignore some other events
28+
- softdevice: avoid a heap allocation in the SoftDevice event handler
29+
* **windows**
30+
- Added Indicate support to Windows driver
31+
- gap/windows: Scan should set scanning mode to active to match other platforms
32+
- support empty manufacturer data
33+
- winrt-go: bump to latest
34+
35+
136
0.6.0
237
---
338
* **core**

version.go

Lines changed: 1 addition & 1 deletion
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.6.0"
5+
const Version = "0.7.0"

0 commit comments

Comments
 (0)