From 372d1cfb2e464eb93d222220a9ac62a3dd966fc3 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Mon, 16 Dec 2024 17:04:47 +0800 Subject: [PATCH] version: bump to `0.2.0` Signed-off-by: Xin Liu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88ee1ec..dd4079f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant_rest_client" -version = "0.1.4" +version = "0.2.0" license = "Apache-2.0" description = "The Qdrant SDK for WebAssembly." repository = "https://github.com/second-state/qdrant-rest-client"