Skip to content

Commit

Permalink
Merge pull request #8599 from realm/release/10.50.1
Browse files Browse the repository at this point in the history
Release 10.50.1
  • Loading branch information
tgoyne committed May 22, 2024
2 parents 83f6804 + 538602e commit 21ac01d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
27 changes: 23 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
x.y.z Release notes (yyyy-MM-dd)
=============================================================
### Enhancements
* Update release packaging for Xcode 15.4.
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
* `@AutoOpen` and `@AsyncOpen` failed to use the `initialSubscriptions` set in
the configuration passed to them ([PR #8572](https://github.com/realm/realm-swift/pull/8572), since v10.50.0).
* `App.baseURL` was always `nil` ([PR #8573](https://github.com/realm/realm-swift/pull/8573), since it was introduced in v10.50.0).
* None.

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

Expand All @@ -21,6 +19,27 @@ x.y.z Release notes (yyyy-MM-dd)
### Internal
* Upgraded realm-core from ? to ?

10.50.1 Release notes (2024-05-21)
=============================================================

### Enhancements

* Update release packaging for Xcode 15.4.

### Fixed

* `@AutoOpen` and `@AsyncOpen` failed to use the `initialSubscriptions` set in
the configuration passed to them ([PR #8572](https://github.com/realm/realm-swift/pull/8572), since v10.50.0).
* `App.baseURL` was always `nil` ([PR #8573](https://github.com/realm/realm-swift/pull/8573), since it was introduced in v10.50.0).

### 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-15.4.0.

10.50.0 Release notes (2024-05-02)
=============================================================

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.6.2")
let cocoaVersion = Version("10.50.0")
let cocoaVersion = Version("10.50.1")

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.50.0</string>
<string>10.50.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.50.0</string>
<string>10.50.1</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.50.0
VERSION=10.50.1
REALM_CORE_VERSION=v14.6.2
STITCH_VERSION=b4f0184c963eed8f6cc5e857fac147bef10966d7

0 comments on commit 21ac01d

Please sign in to comment.