mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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>",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user