Merge pull request #1403 from LukasKorba/1402-Release-2-1-1

[#1402] Release 2.1.1
This commit is contained in:
Lukas Korba 2024-03-27 16:48:46 +01:00 committed by GitHub
commit 279de9a2a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

View File

@ -6,6 +6,11 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
# 2.1.1 - 2024-03-27
## Fixed
- Bug in an SQL query that prevented shielding of transparent funds.
# 2.1.0 - 2024-03-26
### [#1379] Fulfill Payment from a valid ZIP-321 request

View File

@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "c7e5158edf5e62af15492d30237163b78af35ce9",
"version" : "0.7.1"
"revision" : "b393e397fdda8193b75deacc9bd50b6852346a24",
"version" : "0.7.2"
}
}
],

View File

@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.19.1"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.1")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.2")
],
targets: [
.target(