mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
v0.10.4
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -293,7 +293,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"prost 0.10.4",
|
||||
@@ -2606,7 +2606,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
|
||||
edition = "2021"
|
||||
doctest = false
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v0.10.3';
|
||||
const defaultApiVersion = 'v0.10.4';
|
||||
|
||||
@@ -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.10.4" class="dropdown-item" type="button">v0.10.4</a>
|
||||
<a href="?v=v0.10.3" class="dropdown-item" type="button">v0.10.3</a>
|
||||
<a href="?v=v0.10.2" class="dropdown-item" type="button">v0.10.2</a>
|
||||
<a href="?v=v0.10.1" class="dropdown-item" type="button">v0.10.1</a>
|
||||
|
||||
5607
docs/redoc/v0.10.4/openapi.json
Normal file
5607
docs/redoc/v0.10.4/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "0.10.3"
|
||||
version = "0.10.4"
|
||||
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