Skip to content

Commit

Permalink
Upgrade to core 10.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Mar 8, 2021
1 parent f4aa0a8 commit ae8e646
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
x.y.z Release notes (yyyy-MM-dd)
10.7.2 Release notes (2021-03-08)
=============================================================
### Enhancements
* None.

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

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
* During integration of a large amount of data from the server, you may get
"Assertion failed: !fields.has_missing_parent_update()"
([Core #4497](https://github.com/realm/realm-core/issues/4497), since v6.0.0)

### 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.4.
* CocoaPods: 1.10 or later.

### Internal
* Upgraded realm-core from ? to ?

* Upgraded realm-core from v10.5.4 to v10.5.5

10.7.1 Release notes (2021-03-05)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import PackageDescription
import Foundation

let coreVersionStr = "10.5.4"
let cocoaVersionStr = "10.7.1"
let coreVersionStr = "10.5.5"
let cocoaVersionStr = "10.7.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>10.7.1</string>
<string>10.7.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.7.1</string>
<string>10.7.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions dependencies.list
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION=10.7.1
REALM_CORE_VERSION=10.5.4
VERSION=10.7.2
REALM_CORE_VERSION=10.5.5
STITCH_VERSION=ac944d38164af21f2707765a3d6b4ddaa933f482

0 comments on commit ae8e646

Please sign in to comment.