Skip to content

Commit

Permalink
Release 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jul 18, 2020
1 parent f692733 commit ef337f0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
15 changes: 8 additions & 7 deletions 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
* <How to hit and notice issue? what was the impact?> ([#????](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).
Expand All @@ -13,20 +15,19 @@ 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.

<!-- ### 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.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)
=============================================================
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -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: "-")
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.3.0</string>
<string>5.3.1</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
@@ -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

0 comments on commit ef337f0

Please sign in to comment.