From a3abcdf95a3176f5ad990239920aad4ef86e00de Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 17 Dec 2024 12:48:55 -0800 Subject: [PATCH] Release 10.54.2 --- CHANGELOG.md | 21 +++++++-------------- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 11 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5649dbdf..2e51dc1fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,38 +1,30 @@ -x.y.z Release notes (yyyy-MM-dd) +10.54.2 Release notes (2024-12-17) ============================================================= -### Enhancements -* Add prebuilt binaries for Xcode 16.2. -### Fixed -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) -* None. +### Enhancements - +* Add prebuilt binaries for Xcode 16.2. ### Compatibility + * Realm Studio: 15.0.0 or later. * APIs are backwards compatible with all previous releases in the 10.x.y series. * Carthage release for Swift is built with Xcode 16.2.0. * CocoaPods: 1.10 or later. * Xcode: 15.3.0-16.2. -### Internal -* Upgraded realm-core from ? to ? - 10.54.1 Release notes (2024-10-22) ============================================================= -### Enhancements -* None. ### Fixed + * The events library would attempt to upload backup files created as part of file format upgrades, causing backup copies of those backups to be made, looping until the maximum file name size was reached ([Core #8040](https://github.com/realm/realm-core/issues/8040), since v10.26.0). - - ### Compatibility + * Realm Studio: 15.0.0 or later. * APIs are backwards compatible with all previous releases in the 10.x.y series. * Carthage release for Swift is built with Xcode 15.4.0. @@ -40,6 +32,7 @@ x.y.z Release notes (yyyy-MM-dd) * Xcode: 15.3.0-16.1 beta. ### Internal + * Upgraded realm-core from v14.13.0 to 14.13.1 10.54.0 Release notes (2024-09-20) diff --git a/Package.swift b/Package.swift index c224c6495c..1c1dd9c2a3 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("14.13.1") -let cocoaVersion = Version("10.54.1") +let cocoaVersion = Version("10.54.2") #if compiler(>=6) let swiftVersion = [SwiftVersion.version("6")] diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index ac3aa3c8db..a0f44320e3 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.54.1 + 10.54.2 CFBundleSignature ???? CFBundleVersion - 10.54.1 + 10.54.2 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 8ce40d6816..a96c1af242 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.54.1 +VERSION=10.54.2 REALM_CORE_VERSION=v14.13.1 STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a