Bump version to 1.19.1 (#10463)

* Bump version to 1.19.1

* Update missed cherry picks
This commit is contained in:
Tim Visée
2026-09-03 14:36:18 +02:00
committed by GitHub
parent b58a35004a
commit 6ab21cac18
5 changed files with 6 additions and 6 deletions
Generated
+2 -2
View File
@@ -494,7 +494,7 @@ checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
[[package]]
name = "api"
version = "1.19.0"
version = "1.19.1"
dependencies = [
"ahash",
"chrono",
@@ -6005,7 +6005,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.19.0"
version = "1.19.1"
dependencies = [
"actix-cors",
"actix-files",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "qdrant"
version = "1.19.0"
version = "1.19.1"
description = "Qdrant - Vector Search engine"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.19.0"
version = "1.19.1"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",
+1 -1
View File
@@ -7,7 +7,7 @@ use semver::Version;
use crate::cpu;
/// Current Qdrant version string
pub const QDRANT_VERSION_STRING: &str = "1.19.0";
pub const QDRANT_VERSION_STRING: &str = "1.19.1";
/// Current Qdrant semver version
pub static QDRANT_VERSION: LazyLock<Version> =
+1 -1
View File
@@ -8,7 +8,7 @@
set -euo pipefail
# Ignore all commits upto and including this commit hash on dev
IGNORE_UPTO=8ce8e3ad4a983d917e7b28621bd700b0cb815821
IGNORE_UPTO=20391cac08f211268e26d138ff4e9d35e9d5e668
# Fetch latest branch info from remote
git fetch -q origin master