From 0ec27691dac871d6a0b8c9396df08e85e8a49cdd Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 16 Jan 2025 17:25:33 +0100 Subject: [PATCH 1/2] Bump version to 1.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f54b8d..fd7de3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-client" -version = "1.12.1" +version = "1.13.0" edition = "2021" authors = ["Qdrant Team "] description = "Rust client for Qdrant Vector Search Engine" From 04ba549171f941f4174a829cea6f24ccc5cee29c Mon Sep 17 00:00:00 2001 From: timvisee Date: Fri, 17 Jan 2025 09:49:29 +0100 Subject: [PATCH 2/2] Update Docker image for integration tests --- tests/integration-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index 6e8c77a..fa71744 100755 --- a/tests/integration-tests.sh +++ b/tests/integration-tests.sh @@ -11,7 +11,7 @@ function stop_docker() # Ensure current path is project root cd "$(dirname "$0")/../" -QDRANT_VERSION='dev' +QDRANT_VERSION='v1.13.0' QDRANT_HOST='localhost:6333'