From 648ed0e4eb445730fb055d4d9dc646f5696e4e11 Mon Sep 17 00:00:00 2001 From: nicola cabiddu Date: Wed, 1 May 2024 14:33:43 +0100 Subject: [PATCH] core v14.6.1 (#7658) --- CHANGELOG.md | 4 +--- Package.swift | 2 +- dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3284387ff5..0febafa1429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 14.6.1 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * None. ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Fix assertion failure or wrong results when evaluating a RQL query with multiple IN conditions on the same property. Applies to non-indexed int/string/ObjectId/UUID properties, or if they were indexed and had > 100 conditions. ((RCORE-2098) [PR #7628](https://github.com/realm/realm-core/pull/7628) since v14.6.0). * Fixed a bug when running a IN query (or a query of the pattern `x == 1 OR x == 2 OR x == 3`) when evaluating on a string property with an empty string in the search condition. Matches with an empty string would have been evaluated as if searching for a null string instead. ([PR #7628](https://github.com/realm/realm-core/pull/7628) since v10.0.0-beta.9) diff --git a/Package.swift b/Package.swift index 76f987e2e38..c791de57bdc 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "14.6.0" +let versionStr = "14.6.1" let versionPieces = versionStr.split(separator: "-") let versionCompontents = versionPieces[0].split(separator: ".") let versionExtra = versionPieces.count > 1 ? versionPieces[1] : "" diff --git a/dependencies.yml b/dependencies.yml index b8da8961bd5..a0c5685b05b 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,5 +1,5 @@ PACKAGE_NAME: realm-core -VERSION: 14.6.0 +VERSION: 14.6.1 OPENSSL_VERSION: 3.2.0 ZLIB_VERSION: 1.2.13 # https://github.com/10gen/baas/commits