Skip to content

Commit c1d8db9

Browse files
committed
Prepare for release v0.1.0
Signed-off-by: deadprogram <[email protected]>
1 parent fa16c65 commit c1d8db9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
0.1.0
2+
---
3+
* **linux**
4+
- support for both central and peripheral operation
5+
* **macos**
6+
- support for both central and peripheral operation
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

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package bluetooth
2+
3+
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
4+
// Update this value before release of new version of software.
5+
const Version = "0.1.0"

0 commit comments

Comments
 (0)