[#1152] SDK Release 1.20.0-beta01

This commit is contained in:
Honza Rychnovský 2023-07-31 13:34:58 +02:00 committed by GitHub
parent 0be05a1c4c
commit 1a0508f57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,11 @@
# Change Log
## Unreleased
## 1.20.0-beta01
- The SDK internally migrated from `BackendExt` rust backend extension functions to more type-safe `TypesafeBackend`.
- `Synchronizer.getMemos()` now internally handles expected `RuntimeException` from the rust layer and transforms it
in an empty string.
## 1.19.0-beta01
### Changed

View File

@ -26,7 +26,7 @@ ZCASH_ASCII_GPG_KEY=
# Configures whether release is an unstable snapshot, therefore published to the snapshot repository.
IS_SNAPSHOT=true
LIBRARY_VERSION=1.19.0-beta01
LIBRARY_VERSION=1.20.0-beta01
# Kotlin compiler warnings can be considered errors, failing the build.
ZCASH_IS_TREAT_WARNINGS_AS_ERRORS=true