Skip to content

Commit

Permalink
Release 10.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jan 15, 2021
1 parent 52462ff commit 4274b9c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
x.y.z Release notes (yyyy-MM-dd)
10.5.1 Release notes (2021-01-15)
=============================================================

### Enhancements

* Add Xcode 12.3 binary to release package.
* Add support for queries which have nil on the left side and a keypath on the
right side (e.g. "nil == name" rather than "name == nil" as was previously
required).

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-cocoa/issues/????), since v?.?.?)

* Timeouts when calling server functions via App would sometimes crash rather
than report an error.
* Fix a race condition which would lead to "uncaught exception in notifier
Expand All @@ -21,15 +23,15 @@ x.y.z Release notes (yyyy-MM-dd)
assertion failure rather than a more appropriate exception.
([Core #4114](https://github.com/realm/realm-core/issues/4114), since v5.0.0).

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

### Compatibility

* Realm Studio: 10.0.0 or later.
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 12.3.
* CocoaPods: 1.10 or later.

### Internal

* Upgraded realm-core from v10.3.2 to v10.3.3

10.5.0 Release notes (2020-12-14)
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 = "10.3.3"
let cocoaVersionStr = "10.5.0"
let cocoaVersionStr = "10.5.1"

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>10.5.0</string>
<string>10.5.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.5.0</string>
<string>10.5.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
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.5.0
VERSION=10.5.1
REALM_CORE_VERSION=10.3.3
STITCH_VERSION=ac944d38164af21f2707765a3d6b4ddaa933f482

0 comments on commit 4274b9c

Please sign in to comment.