From 8cc4d9ea5815f34c39a518261f81a82ca3270b69 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Tue, 2 Jun 2020 10:44:29 -0700 Subject: [PATCH] Release 5.0.2 --- CHANGELOG.md | 9 ++++----- Package.swift | 2 +- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 144d79cf35..34138fb8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -x.y.z Release notes (yyyy-MM-dd) +5.0.2 Release notes (2020-06-02) ============================================================= -### Enhancements -* None. ### Fixed + * Fix errSecDuplicateItem (-25299) errors when opening a synchronized Realm when upgrading from pre-5.0 versions of Realm. ([#6538](https://github.com/realm/realm-cocoa/issues/6538), [#6494](https://github.com/realm/realm-cocoa/issues/6494), since 5.0.0). @@ -22,9 +21,8 @@ x.y.z Release notes (yyyy-MM-dd) * Opening a file in read-only mode would attempt to make a spurious write to the file, causing errors if the file was in read-only storage (since 5.0.0). - - ### 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. @@ -32,6 +30,7 @@ x.y.z Release notes (yyyy-MM-dd) * Carthage release for Swift is built with Xcode 11.5. ### Internal + * Upgraded realm-core from v6.0.4 to v6.0.6 * Upgraded realm-sync from v5.0.3 to v5.0.5 diff --git a/Package.swift b/Package.swift index 6eebdfe0c4..f482e6ee44 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersionStr = "6.0.6" -let cocoaVersionStr = "5.0.1" +let cocoaVersionStr = "5.0.2" let coreVersionPieces = coreVersionStr.split(separator: ".") let coreVersionExtra = coreVersionPieces[2].split(separator: "-") diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 0cb571c1bb..625f26172d 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.1 + 5.0.2 CFBundleSignature ???? CFBundleVersion - 5.0.1 + 5.0.2 NSHumanReadableCopyright Copyright © 2014 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index bf81f126a7..1eadc29e3d 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,4 +1,4 @@ -VERSION=5.0.1 +VERSION=5.0.2 REALM_CORE_VERSION=6.0.6 REALM_SYNC_VERSION=5.0.5 REALM_OBJECT_SERVER_VERSION=3.28.5