File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.10.0
2+ ---
3+
4+ * ** core**
5+ - gap: fix ServiceDataElement.UUID comment
6+ * ** docs**
7+ - add mention of support for rp2040-W to README
8+ - Improve documentation of RSSI Fixes https://github.com/tinygo-org/bluetooth/issues/272
9+ * ** hci**
10+ - cyw43439: HCI implementation
11+ - refactor to separate HCI transport implementation from interface to not always assume UART.
12+ - update for cyw43439 HCI functionality
13+ * ** windows**
14+ - Add Address field to Windows Device struct
15+ - Winrt full support (#266 )
16+ - winrt-go: bump to latest
17+ - assign char handle write event (#274 )
18+ * ** test**
19+ - add hci_uart based implementation to smoke tests
20+
1210.9.0
222---
323
Original file line number Diff line number Diff 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.9 .0"
5+ const Version = "0.10 .0"
You can’t perform that action at this time.
0 commit comments