Skip to content

Commit

Permalink
Release 10.40.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jun 9, 2023
1 parent 4d331bd commit 2d7d146
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
x.y.z Release notes (yyyy-MM-dd)
10.40.2 Release notes (2023-06-09)
=============================================================

### Enhancements

* `Actor.preconditionIsolated()` is now used for runtime actor checking when
available (i.e. building with Xcode 15 and running on iOS 17) rather than the
less reliable workaround.

### Fixed

* If downloading the fresh Realm file failed during a client reset on a
flexible sync Realm, the sync client would crash the next time the Realm was
opened. ([Core #6494](https://github.com/realm/realm-core/issues/6494), since v10.28.2)
Expand All @@ -15,13 +18,15 @@ x.y.z Release notes (yyyy-MM-dd)
data was read from it. ([Core 6693](https://github.com/realm/realm-core/issues/6693), since v10.40.0)

### Compatibility

* Realm Studio: 14.0.1 or later.
* APIs are backwards compatible with all previous releases in the 10.x.y series.
* Carthage release for Swift is built with Xcode 14.3.1.
* CocoaPods: 1.10 or later.
* Xcode: 14.1-15 beta 1.

### Internal

* Upgraded realm-core from 13.13.0 to 13.16.0.
* The prebuilt library used for CocoaPods installations is now built with Xcode
14. This should not have any observable effects other than the download being
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 = "13.15.0"
let cocoaVersionStr = "10.40.1"
let cocoaVersionStr = "10.40.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.40.1</string>
<string>10.40.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.40.1</string>
<string>10.40.2</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014-2021 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.40.1
VERSION=10.40.2
REALM_CORE_VERSION=13.15.0
STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7

0 comments on commit 2d7d146

Please sign in to comment.