Skip to content

Commit 8dc1e15

Browse files
committed
all: prepare for release 0.5.0
Signed-off-by: deadprogram <[email protected]>
1 parent 02fb245 commit 8dc1e15

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.5.0
2+
---
3+
* **core**
4+
- update to drivers 0.20.0
5+
- Fix ParseMAC bug
6+
- Add //go:build lines for Go 1.18
7+
* **nordic semi**
8+
- nrf: fix CGo errors after TinyGo update
9+
110
0.4.0
211
---
312
* **core**

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.4.0"
5+
const Version = "0.5.0"

0 commit comments

Comments
 (0)