From c6405efb1f8002f381d89511b2dbdb7997907f4d Mon Sep 17 00:00:00 2001 From: Andrey Vasnetsov Date: Fri, 24 Jun 2022 13:14:48 +0200 Subject: [PATCH] v0.8.2 (#740) --- Cargo.lock | 4 +- Cargo.toml | 2 +- docs/redoc/default_version.js | 2 +- docs/redoc/index.html | 1 + docs/redoc/v0.8.2/openapi.json | 3325 ++++++++++++++++++++++++++++++++ lib/api/Cargo.toml | 2 +- 6 files changed, 3331 insertions(+), 5 deletions(-) create mode 100644 docs/redoc/v0.8.2/openapi.json diff --git a/Cargo.lock b/Cargo.lock index 33d513167e..d2010386de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -254,7 +254,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "api" -version = "0.8.1" +version = "0.8.2" dependencies = [ "prost 0.10.1", "prost-types 0.10.1", @@ -2572,7 +2572,7 @@ dependencies = [ [[package]] name = "qdrant" -version = "0.8.1" +version = "0.8.2" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 0ab2ee862a..c7dc35f1f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant" -version = "0.8.1" +version = "0.8.2" authors = ["Andrey Vasnetsov "] edition = "2021" doctest = false diff --git a/docs/redoc/default_version.js b/docs/redoc/default_version.js index e47a7d05dd..4c3e4105b9 100644 --- a/docs/redoc/default_version.js +++ b/docs/redoc/default_version.js @@ -1 +1 @@ -const defaultApiVersion = 'v0.8.1'; \ No newline at end of file +const defaultApiVersion = 'v0.8.2'; \ No newline at end of file diff --git a/docs/redoc/index.html b/docs/redoc/index.html index 020de5442a..699804c982 100644 --- a/docs/redoc/index.html +++ b/docs/redoc/index.html @@ -39,6 +39,7 @@