From b9467f3ecfead791cc87ab70b4f1c3c290be6ffd Mon Sep 17 00:00:00 2001 From: Michael Wilkerson-Barker Date: Fri, 3 Feb 2023 18:16:03 -0500 Subject: [PATCH] Prepare release 13.4.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 c129b55b0a9..bee650e05eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 13.4.0 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * Improve performance of interprocess mutexes on iOS which don't need to support reader-writer locking. The primary beneficiary of this is beginning and ending read transactions, which is now almost as fast as pre-v13.0.0 ([PR #6258](https://github.com/realm/realm-core/pull/6258)). ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Sharing Realm files between a Catalyst app and Realm Studio did not properly synchronize access to the Realm file ([PR #6258](https://github.com/realm/realm-core/pull/6258), since v6.21.0). * Fix websocket redirection after server migration if user is logged in ([#6056](https://github.com/realm/realm-core/issues/6056), since v12.9.0) diff --git a/Package.swift b/Package.swift index 2fe0f37de91..0c9ef2fc618 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "13.3.0" +let versionStr = "13.4.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 85bcb8727c3..eb57802bf51 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-core -VERSION=13.3.0 +VERSION=13.4.0 OPENSSL_VERSION=3.0.7 WIN32_ZLIB_VERSION=1.2.13 MDBREALM_TEST_SERVER_TAG=2023-01-19