From 7d8fe09021bad28d9196a45dac4c5c413d294dbd Mon Sep 17 00:00:00 2001 From: timvisee Date: Thu, 19 Feb 2026 17:35:16 +0100 Subject: [PATCH] Bump version to 1.17.0 --- Cargo.toml | 2 +- tests/integration-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 47e5edc9..4a9d4551 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-client" -version = "1.16.0" +version = "1.17.0" edition = "2021" authors = ["Qdrant Team "] description = "Rust client for Qdrant Vector Search Engine" diff --git a/tests/integration-tests.sh b/tests/integration-tests.sh index 8d4b2114..03bc0615 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='v1.16.0' +QDRANT_VERSION='v1.17.0' QDRANT_HOST='localhost:6333'