Skip to content

Commit

Permalink
Release 10.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Jun 18, 2024
1 parent b30dcd4 commit fb903a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
x.y.z Release notes (yyyy-MM-dd)
10.52.0 Release notes (2024-06-18)
=============================================================

### Enhancements

* Add `@ObservedSectionedResults.remove(atOffsets:section:)` which adds the ability to
remove a Realm Object when using `onDelete` on `ForEach` in a SwiftUI `List`.
* Add support for Xcode 16 beta 1 and fix some of the new warnings. Note that
Expand All @@ -18,6 +20,7 @@ x.y.z Release notes (yyyy-MM-dd)
confusing 404 errors. ([Core #7791](https://github.com/realm/realm-core/pull/7791)).

### Fixed

* Deleting a Realm Object used in a `@ObservedSectionedResults` collection in `SwiftUI`
would cause a crash during the diff on the `View`. ([#8294](https://github.com/realm/realm-swift/issues/8294), since v10.29.0)
* Fix some client resets (such as migrating to flexible sync) potentially
Expand Down Expand Up @@ -49,16 +52,16 @@ x.y.z Release notes (yyyy-MM-dd)
file originally created by a version of Realm older than v10.49.0.
([Core #7771](https://github.com/realm/realm-core/issues/7771), since 10.49.0)

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

### Compatibility

* Realm Studio: 15.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 15.4.0.
* CocoaPods: 1.10 or later.
* Xcode: 15.1.0-16 beta

### Internal

* Upgraded realm-core from v14.9.0 to 14.10.1

10.51.0 Release notes (2024-06-06)
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 coreVersion = Version("14.10.1")
let cocoaVersion = Version("10.51.0")
let cocoaVersion = Version("10.52.0")

let cxxSettings: [CXXSetting] = [
.headerSearchPath("."),
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.51.0</string>
<string>10.52.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.51.0</string>
<string>10.52.0</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.51.0
VERSION=10.52.0
REALM_CORE_VERSION=v14.10.1
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7

0 comments on commit fb903a9

Please sign in to comment.