diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a2546bfa..aeef6d3831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,26 +1,28 @@ -x.y.z Release notes (yyyy-MM-dd) +10.48.0 Release notes (2024-03-07) ============================================================= + ### Enhancements -* Lifted a limitation that would prevent declaring a model with only computed properties. ([#8414](https://github.com/realm/realm-swift/issues/8414)) + +* Lifted a limitation that would prevent declaring a model with only computed + properties. ([#8414](https://github.com/realm/realm-swift/issues/8414)) * Add Xcode 15.3 to the release package ([PR #8502](https://github.com/realm/realm-swift/pull/8502)). ### Fixed -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) -* Fix multiple arguments support via the `REALM_EXTRA_BUILD_ARGUMENTS` environment variable in `build.sh`. ([PR #8413](https://github.com/realm/realm-swift/pulls/8413)). Thanks, [@hisaac](https://github.com/hisaac)! -* Fix some of the new sendability warnings introduced in Xcode 15.3 ([PR #8502](https://github.com/realm/realm-swift/pull/8502)). - +* Fix multiple arguments support via the `REALM_EXTRA_BUILD_ARGUMENTS` + environment variable in `build.sh`. ([PR #8413](https://github.com/realm/realm-swift/pulls/8413)). + Thanks, [@hisaac](https://github.com/hisaac)! +* Fix some of the new sendability warnings introduced in Xcode 15.3 + ([PR #8502](https://github.com/realm/realm-swift/pull/8502)). ### 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.3.0. * CocoaPods: 1.10 or later. * Xcode: 14.2-15.3.0. -### Internal -* Upgraded realm-core from ? to ? - 10.47.0 Release notes (2024-02-12) ============================================================= diff --git a/Package.swift b/Package.swift index cead421a97..41b55e4364 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("13.26.0") -let cocoaVersion = Version("10.47.0") +let cocoaVersion = Version("10.48.0") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index efde6110c1..11631f4610 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.47.0 + 10.48.0 CFBundleSignature ???? CFBundleVersion - 10.47.0 + 10.48.0 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 878798ca26..10a8d961f3 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.47.0 +VERSION=10.48.0 REALM_CORE_VERSION=13.26.0 STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42