From 933abaa8076966e237e66497def74df84c6adbb4 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Sun, 30 Jul 2023 10:23:10 -0700 Subject: [PATCH] Release 10.42.0 --- CHANGELOG.md | 12 +++++++++--- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06727c6757..f24724eb81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -x.y.z Release notes (yyyy-MM-dd) +10.42.0 Release notes (2023-07-30) ============================================================= + ### Enhancements + * Add support for building for visionOS and add Xcode 15 binaries to the release package. visionOS currently requires installing Realm via either Swift Package Manager or by using a XCFramework as CocoaPods and Carthage do @@ -11,8 +13,9 @@ x.y.z Release notes (yyyy-MM-dd) performance benefits, but cuts the size of the library by ~15%. ### Fixed + * Fix nested properties observation on a `Projections` not notifying when there is a property change. - ([#8276](https://github.com/realm/realm-swift/issues/8276), since v10.34.0). + ([#8276](https://github.com/realm/realm-swift/issues/8276), since v10.34.0). * Fix undefined symbol error for `UIKit` when linking Realm to a framework using SPM. ([#8308](https://github.com/realm/realm-swift/issues/8308), since v10.41.0) * If the app crashed at exactly the wrong time while opening a freshly @@ -23,17 +26,20 @@ x.y.z Release notes (yyyy-MM-dd) ([Core #6827](https://github.com/realm/realm-core/issues/6827), since v10.31.0) ### Breaking Changes + * Legacy non-xcframework Carthage installations are no longer supported. Please ensure you are using `--use-xcframeworks` if installing via Carthage. ### 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. * CocoaPods: 1.10 or later. -* Xcode: 14.1-15 beta 4. +* Xcode: 14.1-15 beta 5. ### Internal + * Upgraded realm-core from 13.17.0 to 13.17.1 * Release packages were being uploaded to several static.realm.io URLs which are no longer linked to anywhere. These are no longer being updated, and diff --git a/Package.swift b/Package.swift index 13c6632411..0ce188f80f 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("13.17.1") -let cocoaVersion = Version("10.41.1") +let cocoaVersion = Version("10.42.0") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 5ed936d71d..864c296e50 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.41.1 + 10.42.0 CFBundleSignature ???? CFBundleVersion - 10.41.1 + 10.42.0 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index e80de9f91c..87c6297524 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.41.1 +VERSION=10.42.0 REALM_CORE_VERSION=13.17.1 STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7