Compare commits

...

2 Commits

Author SHA1 Message Date
Lukas Korba d8f389b8da
Merge pull request #1405 from LukasKorba/1404-Release-2-1-2
[#1404] Release 2.1.2
2024-03-27 23:22:31 +01:00
Lukas Korba eb2ebeaf97 [#1404] Release 2.1.2
- fix for a bug in note selection when sending to a transparent recipient
2024-03-27 23:18:57 +01:00
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.2 - 2024-03-27
## Fixed
- Bug in note selection when sending to a transparent recipient.
# 2.1.1 - 2024-03-27
## Fixed

View File

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

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.2")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.7.3")
],
targets: [
.target(