We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfcb53 commit 2565e2aCopy full SHA for 2565e2a
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "qdrant-client"
3
-version = "1.15.0"
+version = "1.16.0"
4
edition = "2021"
5
authors = ["Qdrant Team <team@qdrant.com>"]
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.15.0'
+QDRANT_VERSION='v1.16.0'
15
16
QDRANT_HOST='localhost:6333'
17
0 commit comments