Skip to content

Commit

Permalink
Release 10.32.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Nov 10, 2022
1 parent acf43fa commit 72a0dd9
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,30 +1,24 @@
x.y.z Release notes (yyyy-MM-dd)
10.32.3 Release notes (2022-11-10)
=============================================================
### Enhancements
* None.

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

* Fix name lookup errors when importing Realm Swift built in library evolution
mode (([#8014](https://github.com/realm/realm-swift/issues/8014)).
* The prebuilt watchOS library in the objective-c release package was missing
an arm64 slice. The Swift release package was uneffected
([PR #8016](https://github.com/realm/realm-swift/pull/8016)).
* Fix issue where `RLMUserAPIKey.key`/`UserAPIKey.key` incorrectly returned the name of the API
* Fix issue where `RLMUserAPIKey.key`/`UserAPIKey.key` incorrectly returned the name of the API
key instead of the key itself. ([#8021](https://github.com/realm/realm-swift/issues/8021), since v10.0.0)

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

### Compatibility

* Realm Studio: 11.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 14.1.
* CocoaPods: 1.10 or later.
* Xcode: 13.1-14.1.

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

10.32.2 Release notes (2022-11-01)
=============================================================

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 = "12.11.0"
let cocoaVersionStr = "10.32.2"
let cocoaVersionStr = "10.32.3"

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.32.2</string>
<string>10.32.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>10.32.2</string>
<string>10.32.3</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.32.2
VERSION=10.32.3
REALM_CORE_VERSION=12.11.0
STITCH_VERSION=f21811d39c37579cdbeb816ffa3a6c709da04bab

0 comments on commit 72a0dd9

Please sign in to comment.