Skip to content

Commit cf394b9

Browse files
committed
Update changelog and Podspec
1 parent 5c940eb commit cf394b9

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

Bluejay.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Bluejay'
3-
spec.version = '0.8.8'
3+
spec.version = '0.8.9'
44
spec.license = { type: 'MIT', file: 'LICENSE' }
55
spec.homepage = 'https://github.com/steamclock/bluejay'
66
spec.authors = { 'Jeremy Chiang' => '[email protected]' }
77
spec.summary = 'Bluejay is a simple Swift framework for building reliable Bluetooth apps.'
88
spec.homepage = 'https://github.com/steamclock/bluejay'
9-
spec.source = { git: 'https://github.com/steamclock/bluejay.git', tag: 'v0.8.8' }
9+
spec.source = { git: 'https://github.com/steamclock/bluejay.git', tag: 'v0.8.9' }
1010
spec.source_files = 'Bluejay/Bluejay/*.{h,swift}'
1111
spec.framework = 'SystemConfiguration'
1212
spec.platform = :ios, '11.0'

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88
### Changed
99

10+
## [0.8.9] - 2021-11-23
11+
### Added
12+
- Add setting to broadcast errors sent to cancelEverything to all listeners
13+
14+
### Fixed
15+
= Fix not building properly on Xcode 13 / iOS 15
16+
- Fix problem with timeouts in writeAndAssemble not working as expected if partial data is received- Fix problem with the queue not restarting after transferring states back to Bluejay
17+
18+
## [0.8.8] - 2021-01-20
19+
### Changed
20+
- Replace direct use of XCGLogger with a logging callback interface
21+
22+
### Fixed
23+
- Fix problem with the queue not restarting after transferring states back to Bluejay
24+
1025
## [0.8.7] - 2020-05-11
1126
### Added
1227
- Added support for Swift Package Manager

0 commit comments

Comments
 (0)