Skip to content

Commit

Permalink
Release 10.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Dec 17, 2024
1 parent 5a91508 commit a3abcdf
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 18 deletions.
21 changes: 7 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,38 @@
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
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
* None.
### Enhancements

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
* 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).

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->

### 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.
* CocoaPods: 1.10 or later.
* 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)
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.54.1</string>
<string>10.54.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.54.1</string>
<string>10.54.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.54.1
VERSION=10.54.2
REALM_CORE_VERSION=v14.13.1
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

0 comments on commit a3abcdf

Please sign in to comment.