From ef337f0991255d19e3a14f6c0d718a9f53a55d9a Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 17 Jul 2020 20:37:10 -0700 Subject: [PATCH] Release 5.3.1 --- CHANGELOG.md | 15 ++++++++------- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 12 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35c89b1b8..711b237729 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ -x.y.z Release notes (yyyy-MM-dd) +5.3.1 Release notes (2020-07-17) ============================================================= + ### Enhancements + * Add prebuilt binary for Xcode 11.6 to the release package. ### Fixed -* ([#????](https://github.com/realm/realm-cocoa/issues/????), since v?.?.?) + * Creating an object inside migration which changed that object type's primary key would hit an assertion failure mentioning primary_key_col ([#6613](https://github.com/realm/realm-cocoa/issues/6613), since 5.0.0). @@ -13,11 +15,9 @@ x.y.z Release notes (yyyy-MM-dd) index, typically resulting in crashes. ([Core #3765](https://github.com/realm/realm-core/issues/3765), since 5.0.0). * Some Realm files which hit assertion failures when upgrading from the pre-5.0 file format should now upgrade correctly (Since 5.0.0). -* None. - - ### Compatibility + * File format: Generates Realms with format v10 (Reads and upgrades all previous formats) * Realm Object Server: 3.21.0 or later. * Realm Studio: 3.11 or later. @@ -25,8 +25,9 @@ x.y.z Release notes (yyyy-MM-dd) * Carthage release for Swift is built with Xcode 11.6. ### Internal -* Upgraded realm-core from v6.0.9 to v6.0.10 -* Upgraded realm-sync from v5.0.8 to v5.0.9 + +* Upgraded realm-core from v6.0.9 to v6.0.11 +* Upgraded realm-sync from v5.0.8 to v5.0.11 5.3.0 Release notes (2020-07-14) ============================================================= diff --git a/Package.swift b/Package.swift index 25616a168b..054d5ffb24 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersionStr = "6.0.11" -let cocoaVersionStr = "5.3.0" +let cocoaVersionStr = "5.3.1" let coreVersionPieces = coreVersionStr.split(separator: ".") let coreVersionExtra = coreVersionPieces[2].split(separator: "-") diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 2afc28a3e4..d3270e8580 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.3.0 + 5.3.1 CFBundleSignature ???? CFBundleVersion - 5.3.0 + 5.3.1 NSHumanReadableCopyright Copyright © 2014 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 039b9ad0a4..f8d509a960 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,4 +1,4 @@ -VERSION=5.3.0 +VERSION=5.3.1 REALM_CORE_VERSION=6.0.11 REALM_SYNC_VERSION=5.0.11 REALM_OBJECT_SERVER_VERSION=3.28.5