Release 2.0.0-rc1

* Updates to `zcash-light-client-ffi 0.4.0-rc.1`
* Makes some cleanup updates to the CHANGELOG; a complete changelog will
  be prepared for the 2.0.0 final release.
This commit is contained in:
Kris Nuttycombe 2023-09-08 17:09:49 -06:00
parent 51c2c33f12
commit e28035292f
4 changed files with 568 additions and 420 deletions

File diff suppressed because it is too large Load Diff

View File

@ -158,7 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "0a30d9a250819952fdb358b5bd8a5067b33f4287"
"revision" : "055b239fdd4218cdc9d7cbf354689f50891dc726",
"version" : "0.4.0-rc.1"
}
}
],

View File

@ -113,7 +113,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "0a30d9a250819952fdb358b5bd8a5067b33f4287"
"revision" : "055b239fdd4218cdc9d7cbf354689f50891dc726",
"version" : "0.4.0-rc.1"
}
}
],

View File

@ -16,7 +16,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.14.0"),
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", revision: "0a30d9a250819952fdb358b5bd8a5067b33f4287")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", from: "0.4.0-rc.1")
],
targets: [
.target(