Skip to content

Commit

Permalink
release zcash-swift-wallet-sdk version 2.2.1
Browse files Browse the repository at this point in the history
This release fixes an error in database migrations that could cause
problems when upgrading from version in the 2.1.x range.
  • Loading branch information
nuttycom committed Aug 21, 2024
1 parent 5d72de2 commit 7f5b646
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

# Unreleased

# 2.2.1 - 2024-08-21

## Fixed
- This release fixes an error in database migration logic that could cause problems
when upgrading certain wallets from versions in the 2.1.x range.

# 2.2.0 - 2024-08-20

## Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "6521af353b63299d32d010195302dac50074f918",
"version" : "0.9.0"
"revision" : "8ed5b08d59ff5e7e11240be29b084dedbdf2f268",
"version" : "0.9.1"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/zcash-hackworks/zcash-light-client-ffi",
"state" : {
"revision" : "6521af353b63299d32d010195302dac50074f918",
"version" : "0.9.0"
"revision" : "8ed5b08d59ff5e7e11240be29b084dedbdf2f268",
"version" : "0.9.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0")
.package(url: "https://github.com/zcash-hackworks/zcash-light-client-ffi", exact: "0.9.1")
],
targets: [
.target(
Expand Down

0 comments on commit 7f5b646

Please sign in to comment.