mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
bump v1.14.0 (#6404)
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -490,7 +490,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
||||
|
||||
[[package]]
|
||||
name = "api"
|
||||
version = "1.13.6"
|
||||
version = "1.14.0"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"chrono",
|
||||
@@ -4839,7 +4839,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "qdrant"
|
||||
version = "1.13.6"
|
||||
version = "1.14.0"
|
||||
dependencies = [
|
||||
"actix-cors",
|
||||
"actix-files",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "qdrant"
|
||||
version = "1.13.6"
|
||||
version = "1.14.0"
|
||||
description = "Qdrant - Vector Search engine"
|
||||
authors = [
|
||||
"Andrey Vasnetsov <andrey@vasnetsov.com>",
|
||||
|
||||
@@ -1 +1 @@
|
||||
const defaultApiVersion = 'v1.13.x';
|
||||
const defaultApiVersion = 'v1.14.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.14.x" class="dropdown-item" type="button">v1.14.x</a>
|
||||
<a href="?v=v1.13.x" class="dropdown-item" type="button">v1.13.x</a>
|
||||
<a href="?v=v1.12.x" class="dropdown-item" type="button">v1.12.x</a>
|
||||
<a href="?v=v1.11.x" class="dropdown-item" type="button">v1.11.x</a>
|
||||
|
||||
15231
docs/redoc/v1.14.x/openapi.json
Normal file
15231
docs/redoc/v1.14.x/openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "api"
|
||||
version = "1.13.6"
|
||||
version = "1.14.0"
|
||||
authors = [
|
||||
"Andrey Vasnetsov <andrey@vasnetsov.com>",
|
||||
"Qdrant Team <info@qdrant.tech>",
|
||||
|
||||
@@ -6,7 +6,7 @@ use semver::Version;
|
||||
use crate::cpu;
|
||||
|
||||
/// Current Qdrant version string
|
||||
pub const QDRANT_VERSION_STRING: &str = "1.13.6";
|
||||
pub const QDRANT_VERSION_STRING: &str = "1.14.0";
|
||||
|
||||
lazy_static! {
|
||||
/// Current Qdrant semver version
|
||||
|
||||
Reference in New Issue
Block a user