From 00e098a61acdf5e8cee4e2a6292c9ec6762ba1b4 Mon Sep 17 00:00:00 2001 From: Diana Perez Afanador Date: Fri, 28 Apr 2023 14:07:10 +0200 Subject: [PATCH] Release 10.38.3 --- CHANGELOG.md | 5 +++-- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a780b07b4..0b462aab66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -x.y.z Release notes (yyyy-MM-dd) +10.38.3 Release notes (2023-04-28) ============================================================= ### Enhancements @@ -6,10 +6,10 @@ x.y.z Release notes (yyyy-MM-dd) ### Fixed - * Performing a large number of queries without ever performing a write resulted in steadily increasing memory usage, some of which was never fully freed due to an unbounded cache ([#7978](https://github.com/realm/realm-swift/issues/7978), since v10.27.0). ### Compatibility + * Realm Studio: 14.0.1 or later. * APIs are backwards compatible with all previous releases in the 10.x.y series. * Carthage release for Swift is built with Xcode 14.3. @@ -17,6 +17,7 @@ x.y.z Release notes (yyyy-MM-dd) * Xcode: 13.4-14.3. ### Internal + * Upgraded realm-core from 13.9.3 to 13.9.4 10.38.2 Release notes (2023-04-25) diff --git a/Package.swift b/Package.swift index 5e143762d8..e7e8a58677 100644 --- a/Package.swift +++ b/Package.swift @@ -3,8 +3,8 @@ import PackageDescription import Foundation -let cocoaVersionStr = "10.38.2" let coreVersionStr = "13.9.4" +let cocoaVersionStr = "10.38.3" let coreVersionPieces = coreVersionStr.split(separator: ".") let coreVersionExtra = coreVersionPieces[2].split(separator: "-") diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index a30de89e40..45acfcd05a 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.38.2 + 10.38.3 CFBundleSignature ???? CFBundleVersion - 10.38.2 + 10.38.3 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 2ea68f098a..3255c580e2 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.38.2 +VERSION=10.38.3 REALM_CORE_VERSION=13.9.4 STITCH_VERSION=71030fb0bd4dbde1ee7e90d7abbf8168b1881772