Bump version to v1.14.1 (#6584)

* bump v1.14.1

* Update missed cherry picks

---------

Co-authored-by: timvisee <tim@visee.me>
This commit is contained in:
Andrey Vasnetsov
2025-05-23 12:02:04 +02:00
committed by GitHub
parent 8e4fc674d4
commit 530430fac2
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -489,7 +489,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]]
name = "api"
version = "1.14.0"
version = "1.14.1"
dependencies = [
"ahash",
"chrono",
@@ -4835,7 +4835,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.14.0"
version = "1.14.1"
dependencies = [
"actix-cors",
"actix-files",

View File

@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.14.0"
version = "1.14.1"
description = "Qdrant - Vector Search engine"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.14.0"
version = "1.14.1"
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.14.0";
pub const QDRANT_VERSION_STRING: &str = "1.14.1";
lazy_static! {
/// Current Qdrant semver version

View File

@@ -8,7 +8,7 @@
set -euo pipefail
# Ignore all commits upto and including this commit hash on dev
IGNORE_UPTO=1d286412fe47c54c1c225bdea133185c2a81fc0f
IGNORE_UPTO=a9e83f665f3e7b77f24d8cc52220b00f715586c7
# Fetch latest branch info from remote
git fetch -q origin master