We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3bbf44 commit 9feb73eCopy full SHA for 9feb73e
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "qdrant-client"
3
-version = "1.14.1"
+version = "1.15.0"
4
edition = "2021"
5
authors = ["Qdrant Team <[email protected]>"]
6
description = "Rust client for Qdrant Vector Search Engine"
tests/integration-tests.sh
@@ -11,7 +11,7 @@ function stop_docker()
11
# Ensure current path is project root
12
cd "$(dirname "$0")/../"
13
14
-QDRANT_VERSION='v1.14.0'
+QDRANT_VERSION='v1.15.0'
15
16
QDRANT_HOST='localhost:6333'
17
0 commit comments