This commit is contained in:
Andrey Vasnetsov
2022-10-18 10:48:51 +02:00
parent ef7b4ac2a7
commit cf29b67640
6 changed files with 5613 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -293,7 +293,7 @@ checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
[[package]]
name = "api"
version = "0.10.4"
version = "0.10.5"
dependencies = [
"chrono",
"prost 0.10.4",
@@ -2606,7 +2606,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "0.10.4"
version = "0.10.5"
dependencies = [
"actix-cors",
"actix-files",

View File

@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "0.10.4"
version = "0.10.5"
authors = ["Andrey Vasnetsov <andrey@vasnetsov.com>"]
edition = "2021"
doctest = false

View File

@@ -1 +1 @@
const defaultApiVersion = 'v0.10.4';
const defaultApiVersion = 'v0.10.5';

View File

@@ -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.5" class="dropdown-item" type="button">v0.10.5</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>

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "0.10.4"
version = "0.10.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html