[#425] release 0.16.1-beta (#427)

Closes #425

Changelog and podspect changes
This commit is contained in:
Francisco Gindre 2022-07-14 20:30:03 -03:00 committed by GitHub
parent 470775dfaf
commit 221f3a3b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZcashLightClientKit'
s.version = '0.16.0-beta'
s.version = '0.16.1-beta'
s.summary = 'Zcash Light Client wallet SDK for iOS'
s.description = <<-DESC
@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.resource_bundles = { 'Resources' => 'Sources/ZcashLightClientKit/Resources/*' }
s.swift_version = '5.6'
s.ios.deployment_target = '13.0'
s.dependency 'gRPC-Swift', '~> 1.8'
s.dependency 'gRPC-Swift', '~> 1.8.2'
s.dependency 'SQLite.swift', '~> 0.12.2'
s.dependency 'libzcashlc', '0.0.3'
s.static_framework = true

View File

@ -1,3 +1,11 @@
# 0.16.1-beta
- [#422] Make Zatoshi extensions of `NSDecimalNumber` public (#423)
- [#419] Fix Unavailable Transport 14 when attempting to sync (#426)
this changes timeout settings and Keepalive changes.
Recommended settings for lightwalletd.com are 60000ms singleCallTimeout
on `LightWalletEndpoint`
- [#416] Update GRPC to 1.8.2 (#421)
# 0.16.0-beta
This version changes the way wallet birthdays are handled.
`WalletBirthday' struct is not longer public and has been renamed