Skip to content

Commit

Permalink
Release 10.42.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Aug 28, 2023
1 parent 9111ecc commit 330a239
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,10 +1,8 @@
x.y.z Release notes (yyyy-MM-dd)
10.42.1 Release notes (2023-08-28)
=============================================================
### Enhancements
* None.

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

* The names of the prebuilt zips for SPM have changed to avoid having Carthage
download them instead of the intended Carthage zip
([#8326](https://github.com/realm/realm-swift/issues/8326), since v10.42.0).
Expand All @@ -13,18 +11,14 @@ x.y.z Release notes (yyyy-MM-dd)
([#8339](https://github.com/realm/realm-swift/issues/8339), since 10.42.0).
* Fix visionOS compilation with Xcode beta 7.

<!-- ### 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 14.3.1.
* CocoaPods: 1.10 or later.
* Xcode: 14.1-15 beta 7.

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

10.42.0 Release notes (2023-07-30)
=============================================================

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.17.1")
let cocoaVersion = Version("10.42.0")
let cocoaVersion = Version("10.42.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.42.0</string>
<string>10.42.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.42.0</string>
<string>10.42.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.42.0
VERSION=10.42.1
REALM_CORE_VERSION=13.17.1
STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7

0 comments on commit 330a239

Please sign in to comment.