File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
21
0.3.0
2
22
---
3
23
* ** core**
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ package bluetooth
2
2
3
3
// Version returns a user-readable string showing the version of the bluetooth package for support purposes.
4
4
// Update this value before release of new version of software.
5
- const Version = "0.3 .0"
5
+ const Version = "0.4 .0"
You can’t perform that action at this time.
0 commit comments