From 0d3fc4cf6e034e85d1a8926090fce7261a33c94c Mon Sep 17 00:00:00 2001 From: Nicola Cabiddu Date: Fri, 3 Nov 2023 09:57:27 +0000 Subject: [PATCH] Core v13.23.3 --- CHANGELOG.md | 4 +--- Package.swift | 2 +- dependencies.list | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b643e64d32..3150f6a2946 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 13.23.3 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * Cancel asynchronous notifications on subscription state change in case of fatal session errors and when the session becomes inactive. ([PR #7073](https://github.com/realm/realm-core/pull/7073)) ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * A new design around using a scheduler in C API has enabled the proper release of the user data (See "Breaking Changes") ([#7094](https://github.com/realm/realm-core/issues/7094), since v10.4.0) * Potential stack-use-after-scope issue on changesets integration with msvc-2019 and mpack code ([PR #6911](https://github.com/realm/realm-core/pull/6911)) * Fix compilation with non-beta Xcode 15. Building for visionOS now requires explicitly specifying `-DCMAKE_XCODE_ATTRIBUTE_SDKROOT=xros` (PR [#7055](https://github.com/realm/realm-core/pull/7055)). diff --git a/Package.swift b/Package.swift index 5e0d0210d25..127e3d53362 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "13.23.2" +let versionStr = "13.23.3" let versionPieces = versionStr.split(separator: "-") let versionCompontents = versionPieces[0].split(separator: ".") let versionExtra = versionPieces.count > 1 ? versionPieces[1] : "" diff --git a/dependencies.list b/dependencies.list index d783945be86..b6fc95c1607 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-core -VERSION=13.23.2 +VERSION=13.23.3 OPENSSL_VERSION=3.0.8 ZLIB_VERSION=1.2.13 MDBREALM_TEST_SERVER_TAG=2023-08-11