We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa16c65 commit c1d8db9Copy full SHA for c1d8db9
CHANGELOG.md
@@ -0,0 +1,11 @@
1
+0.1.0
2
+---
3
+* **linux**
4
+ - support for both central and peripheral operation
5
+* **macos**
6
7
+* **windows**
8
+ - experimental support for both central scanning only
9
+* **nordic semiconductor**
10
+ - support for both central and peripheral operation on nRF82840 and nRF52832
11
+ - support for peripheral only on nRF51822
version.go
@@ -0,0 +1,5 @@
+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.1.0"
0 commit comments