Skip to content

Commit a668e1b

Browse files
committed
all: release 0.10
Signed-off-by: deadprogram <[email protected]>
1 parent b1081a9 commit a668e1b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
0.9.0
222
---
323

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.9.0"
5+
const Version = "0.10.0"

0 commit comments

Comments
 (0)