Bump version to 1.13.3 (#5970)

* Bump version to 1.13.3

* Update missed cherry picks
This commit is contained in:
Tim Visée
2025-02-11 15:22:04 +01:00
committed by GitHub
parent 0323923d84
commit c2faaf90da
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View File

@@ -489,7 +489,7 @@ checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
[[package]]
name = "api"
version = "1.13.2"
version = "1.13.3"
dependencies = [
"chrono",
"common",
@@ -4766,7 +4766,7 @@ dependencies = [
[[package]]
name = "qdrant"
version = "1.13.2"
version = "1.13.3"
dependencies = [
"actix-cors",
"actix-files",

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "api"
version = "1.13.2"
version = "1.13.3"
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.2";
pub const QDRANT_VERSION_STRING: &str = "1.13.3";
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=0af7be081ef53d9fb2063e17932d7063b2ccc90e
IGNORE_UPTO=83b585547ad2cdc6d920f2d5046ddcff5164b90d
# Fetch latest branch info from remote
git fetch -q origin master