Prepare for release v0.1.0

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2020-09-17 12:33:56 +02:00
parent fa16c65199
commit c1d8db922f
2 changed files with 16 additions and 0 deletions

11
CHANGELOG.md Normal file

@ -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
version.go Normal file

@ -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"