Skip to content

Commit

Permalink
Release 5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 1, 2020
1 parent 1b020c8 commit 2dc2d25
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
x.y.z Release notes (yyyy-MM-dd)
5.4.7 Release notes (2020-09-30)
=============================================================
### Enhancements
* None.

### Fixed

* Equality queries on indexed string properties would sometimes throw "key not
found" exceptions if the hash of the string happened to have bit 62 set.
([.NET #2025](https://github.com/realm/realm-dotnet/issues/2025), since v5.0.0).
* Queries comparing non-optional int properties to nil would behave as if they
were comparing against zero instead (since v5.0.0).

### Compatibility

* File format: Generates Realms with format v11 (Reads and upgrades all previous formats)
* Realm Object Server: 3.21.0 or later.
* Realm Studio: 5.0.0 or later.
* APIs are backwards compatible with all previous releases in the 5.x.y series.
* Carthage release for Swift is built with Xcode 12.

### Internal

* Upgraded realm-core from v6.1.2 to v6.1.3
* Upgraded realm-sync from v5.0.27 to v5.0.28

Expand All @@ -28,7 +29,6 @@ x.y.z Release notes (yyyy-MM-dd)
than SPM. All changes listed there actually happened in this version for
non-SPM installation methods.


### Compatibility

* File format: Generates Realms with format v11 (Reads and upgrades all previous formats)
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.1.3"
let cocoaVersionStr = "5.4.6"
let cocoaVersionStr = "5.4.7"

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.4.6</string>
<string>5.4.7</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>5.4.6</string>
<string>5.4.7</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.4.6
VERSION=5.4.7
REALM_CORE_VERSION=6.1.3
REALM_SYNC_VERSION=5.0.28
REALM_OBJECT_SERVER_VERSION=3.28.5

0 comments on commit 2dc2d25

Please sign in to comment.