Skip to content

Commit

Permalink
Release 10.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 29, 2023
1 parent 80151b3 commit fd199ce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 14 deletions.
14 changes: 4 additions & 10 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.44.0 Release notes (2023-10-29)
=============================================================

### Enhancements

* Expose `SyncSession.reconnect()`, which requests an immediate reconnection if
the session is currently disconnected rather than waiting for the normal
reconnect delay.
* Update release packaging for Xcode 15.1 beta. visionOS slices are now only
included for 15.1 rather than splicing them into the non-beta 15.0 release.

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

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

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

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

10.43.1 Release notes (2023-10-13)
=============================================================

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("13.23.1")
let cocoaVersion = Version("10.43.1")
let cocoaVersion = Version("10.44.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.43.1</string>
<string>10.44.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.43.1</string>
<string>10.44.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.43.1
VERSION=10.44.0
REALM_CORE_VERSION=13.23.1
STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7

0 comments on commit fd199ce

Please sign in to comment.