We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02fb245 commit 8dc1e15Copy full SHA for 8dc1e15
CHANGELOG.md
@@ -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
+
10
0.4.0
11
---
12
* **core**
version.go
@@ -2,4 +2,4 @@ package bluetooth
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
// Update this value before release of new version of software.
-const Version = "0.4.0"
+const Version = "0.5.0"
0 commit comments