Skip to content

Commit

Permalink
Release 10.37.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Mar 29, 2023
1 parent 2059837 commit 80368ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
12 changes: 3 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
x.y.z Release notes (yyyy-MM-dd)
10.37.2 Release notes (2023-03-29)
=============================================================
### Enhancements
* None.

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

* Copying a `RLMRealmConfiguration` failed to copy several fields. This
resulted in migrations being passed the incorrect object type in Swift when
using the default configuration (since v10.34.0) or async open (since
v10.37.0). This also broke using the Events API in those two scenarios (since
v10.26.0 for default configuration and v10.37.0 for async open). ([#8190](https://github.com/realm/realm-swift/issues/8190))

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

### Compatibility

* Realm Studio: 13.0.2 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.2.
* CocoaPods: 1.10 or later.
* Xcode: 13.3-14.2.

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

10.37.1 Release notes (2023-03-27)
=============================================================

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.8.0"
let cocoaVersionStr = "10.37.1"
let cocoaVersionStr = "10.37.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.37.1</string>
<string>10.37.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.37.1</string>
<string>10.37.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.37.1
VERSION=10.37.2
REALM_CORE_VERSION=13.8.0
STITCH_VERSION=bf6d15b08759f11811a811484f76a4235171757d

0 comments on commit 80368ad

Please sign in to comment.