We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf2cc3 commit 9865197Copy full SHA for 9865197
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "qdrant-client"
3
-version = "1.0.0"
+version = "1.1.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.0.3'
+QDRANT_VERSION='v1.1.0'
15
16
QDRANT_HOST='localhost:6333'
17
0 commit comments