Skip to content

Commit

Permalink
Release 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jun 2, 2020
1 parent 8001df3 commit 8cc4d9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
9 changes: 4 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand All @@ -22,16 +21,16 @@ 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).

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->

### 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.
* APIs are backwards compatible with all previous releases in the 5.x.y series.
* 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

Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: "-")
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.0.1</string>
<string>5.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.0.1</string>
<string>5.0.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion dependencies.list
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8cc4d9e

Please sign in to comment.