Skip to content

Commit e758117

Browse files
committed
release: update for v0.4.0
Signed-off-by: deadprogram <[email protected]>
1 parent bd75a42 commit e758117

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
0.4.0
2+
---
3+
* **core**
4+
- adapter: add host address function
5+
* **linux**
6+
- fixes bluez 0.55 service registration
7+
- update muka/go-bluetooth to latest version
8+
- gattc/linux: DiscoverServices times out in 10s
9+
* **macos**
10+
- make Adapter.Connect thread-safe
11+
* **nordic semi**
12+
- nrf51: fix assertHandler function signature
13+
- nrf: add support for S113 SoftDevice
14+
- nrf: update s140v7 SoftDevice version to latest, 7.3.0
15+
* **examples**
16+
- add scanner for Adafruit Clue
17+
* **build**
18+
- circleci: update xcode in use to 10.3.0
19+
- modules: add tinyterm package for clue example
20+
121
0.3.0
222
---
323
* **core**

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package bluetooth
22

33
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
44
// Update this value before release of new version of software.
5-
const Version = "0.3.0"
5+
const Version = "0.4.0"

0 commit comments

Comments
 (0)