mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
bump version (#2140)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -441,7 +441,7 @@ checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"env_logger",
|
||||
@@ -3027,7 +3027,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant"
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
authors = [
|
||||
"Andrey Vasnetsov <andrey@vasnetsov.com>",
|
||||
"Qdrant Team <info@qdrant.tech>",
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v1.2.x';
|
||||
const defaultApiVersion = 'v1.3.x';
|
||||
|
||||
@@ -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.3.x" class="dropdown-item" type="button">v1.3.x</a>
|
||||
<a href="?v=v1.2.x" class="dropdown-item" type="button">v1.2.x</a>
|
||||
<a href="?v=v1.1.3" class="dropdown-item" type="button">v1.1.3</a>
|
||||
<a href="?v=v1.1.2" class="dropdown-item" type="button">v1.1.2</a>
|
||||
|
||||
8152
docs/redoc/v1.3.x/openapi.json
Normal file
8152
docs/redoc/v1.3.x/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "1.2.2"
|
||||
version = "1.3.0"
|
||||
authors = [
|
||||
"Andrey Vasnetsov <andrey@vasnetsov.com>",
|
||||
"Qdrant Team <info@qdrant.tech>",
|
||||
|
||||
Reference in New Issue
Block a user