Skip to content

Commit

Permalink
Upgrade to core v14.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Sep 20, 2024
1 parent 410927c commit dda26e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,12 @@ The minimum supported version of Xcode is now 15.3.
using Xcode 16 in Swift 5 mode due to the removal of implicit isolation when
using property wrappers on member variables. This resulted in some new
sendability warnings in Xcode 16 (or errors in Swift 6 mode).
* Add Xcode 16 and 16.1 binaries to the release packages (currently built with
beta 6 and beta 1 respectively).
* Add Xcode 16 and 16.1 binaries to the release packages.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
* None.

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
* Having a query with a number of predicates ORed together may result in a
crash on some platforms (strict weak ordering check failing on iphone)
([#8028](https://github.com/realm/realm-core/issues/8028), since v10.50.0)

### Compatibility
* Realm Studio: 15.0.0 or later.
Expand All @@ -44,7 +42,7 @@ The minimum supported version of Xcode is now 15.3.
* Xcode: 15.3.0-16.1 beta.

### Internal
* Upgraded realm-core from ? to ?
* Upgraded realm-core from v14.12.1 to 14.13.0

10.53.1 Release notes (2024-09-05)
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let coreVersion = Version("14.12.1")
let coreVersion = Version("14.13.0")
let cocoaVersion = Version("10.53.1")

#if compiler(>=6)
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.53.1
REALM_CORE_VERSION=v14.12.1
REALM_CORE_VERSION=v14.13.0
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

0 comments on commit dda26e7

Please sign in to comment.