Bump version to 1.16.1 (#7603)

* Bump version to 1.16.1

* Update missed cherry picks
This commit is contained in:
Tim Visée
2025-11-25 14:59:57 +01:00
committed by GitHub
parent 8b7c9f051f
commit 4a66b7cf2b
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -483,7 +483,7 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "api"
version = "1.16.0"
version = "1.16.1"
dependencies = [
"ahash",
"chrono",
@@ -5128,7 +5128,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.16.0"
version = "1.16.1"
dependencies = [
"actix-cors",
"actix-files",

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.16.0"
version = "1.16.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.16.0";
pub const QDRANT_VERSION_STRING: &str = "1.16.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=3581c1bee96dbcd1bda4024bbb6838359fe3bc45
IGNORE_UPTO=77cd5962c28c53d73d4d6d0860eb5108e6e9ad7b
# Fetch latest branch info from remote
git fetch -q origin master