mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
v0.11.3 (#1217)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -293,7 +293,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"prost 0.10.4",
|
||||
@@ -2780,7 +2780,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
|
||||
edition = "2021"
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v0.11.2';
|
||||
const defaultApiVersion = 'v0.11.3';
|
||||
|
||||
@@ -39,6 +39,7 @@
|
||||
</button>
|
||||
<div class="dropdown-menu dropdown-menu-right">
|
||||
<a href="?v=master" class="dropdown-item" type="button">master</a>
|
||||
<a href="?v=v0.11.3" class="dropdown-item" type="button">v0.11.3</a>
|
||||
<a href="?v=v0.11.2" class="dropdown-item" type="button">v0.11.2</a>
|
||||
<a href="?v=v0.11.1" class="dropdown-item" type="button">v0.11.1</a>
|
||||
<a href="?v=v0.11.0" class="dropdown-item" type="button">v0.11.0</a>
|
||||
|
||||
6003
docs/redoc/v0.11.3/openapi.json
Normal file
6003
docs/redoc/v0.11.3/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "0.11.2"
|
||||
version = "0.11.3"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
Reference in New Issue
Block a user