bump version to v1.17.1 (#8517)

* bump version to v1.17.1

* Update missed cherry picks [skip ci]

Made-with: Cursor
This commit is contained in:
Andrey Vasnetsov
2026-03-26 20:06:34 +01:00
committed by GitHub
parent f8590e0e54
commit a09d588c14
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -478,7 +478,7 @@ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "api"
version = "1.17.0"
version = "1.17.1"
dependencies = [
"ahash",
"chrono",
@@ -5804,7 +5804,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.17.0"
version = "1.17.1"
dependencies = [
"actix-cors",
"actix-files",

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.17.0"
version = "1.17.1"
authors = [
"Andrey Vasnetsov <andrey@vasnetsov.com>",
"Qdrant Team <info@qdrant.tech>",

View File

@@ -7,7 +7,7 @@ use semver::Version;
use crate::cpu;
/// Current Qdrant version string
pub const QDRANT_VERSION_STRING: &str = "1.17.0";
pub const QDRANT_VERSION_STRING: &str = "1.17.1";
/// Current Qdrant semver version
pub static QDRANT_VERSION: LazyLock<Version> =

View File

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