Skip to content

Commit

Permalink
Prepare for release v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Sep 17, 2020
1 parent fa16c65 commit c1d8db9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
0.1.0
---
* **linux**
- support for both central and peripheral operation
* **macos**
- support for both central and peripheral operation
* **windows**
- experimental support for both central scanning only
* **nordic semiconductor**
- support for both central and peripheral operation on nRF82840 and nRF52832
- support for peripheral only on nRF51822
5 changes: 5 additions & 0 deletions version.go
Original file line number Diff line number Diff line change
@@ -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 comments on commit c1d8db9

Please sign in to comment.