Skip to content

Commit 6260534

Browse files
committed
Release 20.0.3
1 parent fde2df6 commit 6260534

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
x.y.z Release notes (yyyy-MM-dd)
1+
20.0.3 Release notes (2025-06-15)
22
=============================================================
3+
34
### Enhancements
5+
46
* Update build scripts for Xcode 16.4.
57
* Add support for building with Xcode 26 beta 1.
68

7-
### Fixed
8-
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?)
9-
* None.
10-
119
### Compatibility
10+
1211
* Carthage release for Swift is built with Xcode 16.4.0.
1312
* CocoaPods: 1.10 or later.
1413
* Xcode: 15.3.0-26 beta 1.
1514

16-
### Internal
17-
* Upgraded realm-core from ? to ?
18-
1915
20.0.2 Release notes (2025-04-14)
2016
=============================================================
2117

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44
import Foundation
55

66
let coreVersion = Version("20.1.0")
7-
let cocoaVersion = Version("20.0.2")
7+
let cocoaVersion = Version("20.0.3")
88

99
#if compiler(>=6)
1010
let swiftVersion = [SwiftVersion.version("6")]

Realm/Realm-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>20.0.2</string>
20+
<string>20.0.3</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>20.0.2</string>
24+
<string>20.0.3</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>Copyright © 2014-2021 Realm. All rights reserved.</string>
2727
<key>NSPrincipalClass</key>

dependencies.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=20.0.2
1+
VERSION=20.0.3
22
REALM_CORE_VERSION=v20.1.0

0 commit comments

Comments
 (0)