Skip to content

Commit

Permalink
Upgrade to core 14.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 18, 2024
1 parent 6e8f040 commit 8900789
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ x.y.z Release notes (yyyy-MM-dd)
* None.

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

Expand All @@ -17,7 +19,7 @@ x.y.z Release notes (yyyy-MM-dd)
* Xcode: 15.3.0-16.1 beta.

### Internal
* Upgraded realm-core from ? to ?
* 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 @@ -3,7 +3,7 @@
import PackageDescription
import Foundation

let coreVersion = Version("14.13.0")
let coreVersion = Version("14.13.1")
let cocoaVersion = Version("10.54.0")

#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.54.0
REALM_CORE_VERSION=v14.13.0
REALM_CORE_VERSION=v14.13.1
STITCH_VERSION=c794ec6e2b751ef0cb5ab35256b07f5fa0c74c3a

0 comments on commit 8900789

Please sign in to comment.