File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "BlueConnect"
3- s . version = "1.5.0 "
3+ s . version = "1.5.1 "
44 s . summary = "A modern approach to Bluetooth LE connectivity built around CoreBluetooth"
55 s . license = { :type => "MIT" , :file => "LICENSE" }
66 s . homepage = "https://github.com/danielepantaleone/BlueConnect"
Original file line number Diff line number Diff line change 11Release Notes
22=============
33
4+ Released Sep 8, 2025
5+
6+ ## 1.5.1
7+
8+ - Fix not starting connection timeout for already connecting peripherals [ 41b29cb] ( https://github.com/danielepantaleone/BlueConnect/commit/41b29cb66ee59292a1032d71c6a71d61e732aea9 )
9+
410Released Aug 16, 2025
511
612## 1.5.0
Original file line number Diff line number Diff line change @@ -418,14 +418,14 @@ You can create mock versions of your central manager and peripheral(s) and suppl
418418
419419``` swift
420420dependencies: [
421- .package (url : " https://github.com/danielepantaleone/BlueConnect.git" , .upToNextMajor (from : " 1.5.0 " ))
421+ .package (url : " https://github.com/danielepantaleone/BlueConnect.git" , .upToNextMajor (from : " 1.5.1 " ))
422422]
423423```
424424
425425### Cocoapods
426426
427427``` ruby
428- pod ' BlueConnect' , ' ~> 1.5.0 '
428+ pod ' BlueConnect' , ' ~> 1.5.1 '
429429```
430430
431431## Contributing
You can’t perform that action at this time.
0 commit comments