Skip to content

Commit

Permalink
Merge pull request #8041 from realm/release/automated_v14.13.1
Browse files Browse the repository at this point in the history
Prepare for 14.13.1
  • Loading branch information
jedelbo authored Oct 18, 2024
2 parents 978ca22 + 4b25850 commit 85eeca4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# NEXT RELEASE
# 14.13.1 Release notes

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

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

### Breaking changes
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 versionStr = "14.13.0"
let versionStr = "14.13.1"
let versionPieces = versionStr.split(separator: "-")
let versionCompontents = versionPieces[0].split(separator: ".")
let versionExtra = versionPieces.count > 1 ? versionPieces[1] : ""
Expand Down
9 changes: 4 additions & 5 deletions dependencies.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
PACKAGE_NAME: realm-core
VERSION: 14.13.0
VERSION: 14.13.1
OPENSSL_VERSION: 3.3.1
ZLIB_VERSION: 1.2.13
# https://github.com/10gen/baas/commits
# 04e3f27ad0e is 2024 Sep 8th
BAAS_VERSION: 04e3f27ad0eb9154bc4e3b631d179d702ac05215
BAAS_VERSION_TYPE: githash
# Set to track a release branch on 10/9/24.
BAAS_VERSION: 670fb61d897b7d0007167843
BAAS_VERSION_TYPE: patchid

0 comments on commit 85eeca4

Please sign in to comment.