From 2d7d1463a765c8835262dc09da83906e7cea166c Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 9 Jun 2023 15:52:38 -0700 Subject: [PATCH] Release 10.40.2 --- CHANGELOG.md | 7 ++++++- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcf8f37ba8..bccff1d057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ -x.y.z Release notes (yyyy-MM-dd) +10.40.2 Release notes (2023-06-09) ============================================================= + ### Enhancements + * `Actor.preconditionIsolated()` is now used for runtime actor checking when available (i.e. building with Xcode 15 and running on iOS 17) rather than the less reliable workaround. ### Fixed + * If downloading the fresh Realm file failed during a client reset on a flexible sync Realm, the sync client would crash the next time the Realm was opened. ([Core #6494](https://github.com/realm/realm-core/issues/6494), since v10.28.2) @@ -15,6 +18,7 @@ x.y.z Release notes (yyyy-MM-dd) data was read from it. ([Core 6693](https://github.com/realm/realm-core/issues/6693), since v10.40.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.1. @@ -22,6 +26,7 @@ x.y.z Release notes (yyyy-MM-dd) * Xcode: 14.1-15 beta 1. ### Internal + * Upgraded realm-core from 13.13.0 to 13.16.0. * The prebuilt library used for CocoaPods installations is now built with Xcode 14. This should not have any observable effects other than the download being diff --git a/Package.swift b/Package.swift index 4c67e83071..5e33d6a9f5 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersionStr = "13.15.0" -let cocoaVersionStr = "10.40.1" +let cocoaVersionStr = "10.40.2" let coreVersionPieces = coreVersionStr.split(separator: ".") let coreVersionExtra = coreVersionPieces[2].split(separator: "-") diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 3a6da8ac55..48c3012901 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.40.1 + 10.40.2 CFBundleSignature ???? CFBundleVersion - 10.40.1 + 10.40.2 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index b2dc05d155..1ba6429c74 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.40.1 +VERSION=10.40.2 REALM_CORE_VERSION=13.15.0 STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7