bump v1.14.0 (#6404)

This commit is contained in:
Andrey Vasnetsov
2025-04-21 12:17:44 +02:00
committed by GitHub
parent ebab363257
commit 9eab25fc75
7 changed files with 15238 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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>",

View File

@@ -1 +1 @@
const defaultApiVersion = 'v1.13.x';
const defaultApiVersion = 'v1.14.x';

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.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>

File diff suppressed because it is too large Load Diff

View File

@@ -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>",

View File

@@ -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