From 83d89f60db110a86c3b11b645f4283b27a4e9295 Mon Sep 17 00:00:00 2001 From: Nicola Cabiddu Date: Fri, 1 Sep 2023 12:07:55 +0100 Subject: [PATCH] core v13.20.0 --- CHANGELOG.md | 4 +--- Package.swift | 2 +- dependencies.list | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5977e0a29..6f44634adf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,10 @@ -# NEXT RELEASE +# 13.20.0 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * Add a distinct error code for timeouts (SyncConnectTimeout) rather than using the same one as for less transient failures ([PR #6932](https://github.com/realm/realm-core/pull/6932)). * Allow arguments to RQL to be a string representation of a geospatial object for GEOWITHIN queries. This enables SDKs using the CAPI to marshal geo objects to strings. ([PR 6934](https://github.com/realm/realm-core/issues/6934)) ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * None. ### Breaking changes diff --git a/Package.swift b/Package.swift index 5b652d142e9..51b0dce807e 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "13.19.0" +let versionStr = "13.20.0" let versionPieces = versionStr.split(separator: "-") let versionCompontents = versionPieces[0].split(separator: ".") let versionExtra = versionPieces.count > 1 ? versionPieces[1] : "" diff --git a/dependencies.list b/dependencies.list index 0902b170cee..e70bf1f14b6 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-core -VERSION=13.19.0 +VERSION=13.20.0 OPENSSL_VERSION=3.0.8 ZLIB_VERSION=1.2.13 MDBREALM_TEST_SERVER_TAG=2023-08-11