From 4829bbd255d643fd594a13401bb77dfd1383ebcc Mon Sep 17 00:00:00 2001 From: qdrant-cloud-bot <111755117+qdrant-cloud-bot@users.noreply.github.com> Date: Wed, 27 May 2026 11:19:22 +0200 Subject: [PATCH] Bump edge packages (Python + Rust) to 0.7.0 (#9187) Co-authored-by: Cursor --- Cargo.lock | 2 +- lib/edge/publish/amalgamate.py | 2 +- lib/edge/publish/ast-grep-rules.yaml | 2 +- lib/edge/python/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97f3d437a3..50d020b15d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "qdrant-edge-py" -version = "0.6.1" +version = "0.7.0" dependencies = [ "ahash", "bm25", diff --git a/lib/edge/publish/amalgamate.py b/lib/edge/publish/amalgamate.py index 7ee9c21744..65dd0439e9 100755 --- a/lib/edge/publish/amalgamate.py +++ b/lib/edge/publish/amalgamate.py @@ -25,7 +25,7 @@ from pathlib import Path import tomlkit -VERSION = "0.6.1" +VERSION = "0.7.0" # Assume this script is in /lib/edge/publish/. REPO_ROOT = Path(__file__).parent.parent.parent.parent diff --git a/lib/edge/publish/ast-grep-rules.yaml b/lib/edge/publish/ast-grep-rules.yaml index f5e1da00e4..c186caa52d 100644 --- a/lib/edge/publish/ast-grep-rules.yaml +++ b/lib/edge/publish/ast-grep-rules.yaml @@ -76,7 +76,7 @@ fix: "" # Inline package versions. # Why: these are significant for migration logic. # Before: `env!("CARGO_PKG_VERSION")` -# After: `"0.6.1"` +# After: `"0.7.0"` --- id: replace-pkg-version language: rust diff --git a/lib/edge/python/Cargo.toml b/lib/edge/python/Cargo.toml index 0da369c19c..9804dc0e74 100644 --- a/lib/edge/python/Cargo.toml +++ b/lib/edge/python/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qdrant-edge-py" -version = "0.6.1" +version = "0.7.0" authors = ["Qdrant Team "] license = "Apache-2.0" edition = "2024"