Skip to content

Commit

Permalink
Release 10.38.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Apr 25, 2023
1 parent 44de6c4 commit 1f164a4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
11 changes: 3 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
x.y.z Release notes (yyyy-MM-dd)
10.38.1 Release notes (2023-04-25)
=============================================================
### Enhancements
* None.

### Fixed
* The error handler set on EventsConfiguration was not actually used (since v10.26.0).

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->
* The error handler set on EventsConfiguration was not actually used (since v10.26.0).

### 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.3.
* CocoaPods: 1.10 or later.
* Xcode: 13.4-14.3.

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

10.38.0 Release notes (2023-03-31)
=============================================================

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.9.0"
let cocoaVersionStr = "10.38.0"
let cocoaVersionStr = "10.38.1"

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.38.0</string>
<string>10.38.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.38.0</string>
<string>10.38.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.38.0
VERSION=10.38.1
REALM_CORE_VERSION=13.9.0
STITCH_VERSION=71030fb0bd4dbde1ee7e90d7abbf8168b1881772

0 comments on commit 1f164a4

Please sign in to comment.