Skip to content

Commit 85eeca4

Browse files
authored
Merge pull request #8041 from realm/release/automated_v14.13.1
Prepare for 14.13.1
2 parents 978ca22 + 4b25850 commit 85eeca4

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# NEXT RELEASE
1+
# 14.13.1 Release notes
22

33
### Enhancements
4-
* <New feature description> (PR [#????](https://github.com/realm/realm-core/pull/????))
54
* None.
65

76
### Fixed
8-
* <How do the end-user experience this issue? what was the impact?> ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?)
97
* 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 ([#8040](https://github.com/realm/realm-core/issues/8040), since v11.17.0).
108

119
### Breaking changes

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import PackageDescription
44
import Foundation
55

6-
let versionStr = "14.13.0"
6+
let versionStr = "14.13.1"
77
let versionPieces = versionStr.split(separator: "-")
88
let versionCompontents = versionPieces[0].split(separator: ".")
99
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""

dependencies.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
PACKAGE_NAME: realm-core
2-
VERSION: 14.13.0
2+
VERSION: 14.13.1
33
OPENSSL_VERSION: 3.3.1
44
ZLIB_VERSION: 1.2.13
5-
# https://github.com/10gen/baas/commits
6-
# 04e3f27ad0e is 2024 Sep 8th
7-
BAAS_VERSION: 04e3f27ad0eb9154bc4e3b631d179d702ac05215
8-
BAAS_VERSION_TYPE: githash
5+
# Set to track a release branch on 10/9/24.
6+
BAAS_VERSION: 670fb61d897b7d0007167843
7+
BAAS_VERSION_TYPE: patchid

0 commit comments

Comments
 (0)