upd to v1.0.3 (#1523)

This commit is contained in:
Andrey Vasnetsov
2023-03-05 21:11:40 +01:00
committed by GitHub
parent d146457794
commit 8c067bc977
6 changed files with 6715 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -306,7 +306,7 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
[[package]]
name = "api"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"chrono",
"env_logger",
@@ -2672,7 +2672,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.0.2"
version = "1.0.3"
dependencies = [
"actix-cors",
"actix-files",

View File

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

View File

@@ -1 +1 @@
const defaultApiVersion = 'v1.0.2';
const defaultApiVersion = 'v1.0.3';

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=v1.0.3" class="dropdown-item" type="button">v1.0.3</a>
<a href="?v=v1.0.2" class="dropdown-item" type="button">v1.0.2</a>
<a href="?v=v1.0.1" class="dropdown-item" type="button">v1.0.1</a>
<a href="?v=v0.11.7" class="dropdown-item" type="button">v0.11.7</a>

File diff suppressed because it is too large Load Diff

View File

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