This is an automated email from the ASF dual-hosted git repository.

jerry-024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-vector-index.git


The following commit(s) were added to refs/heads/main by this push:
     new e4e322e  Update version to 0.6.0-SNAPSHOT (#103)
e4e322e is described below

commit e4e322e5b5e582bf37dd31882674d0ad71182426
Author: jerry <[email protected]>
AuthorDate: Mon Sep 14 17:06:46 2026 +0800

    Update version to 0.6.0-SNAPSHOT (#103)
---
 Cargo.lock                 | 6 +++---
 DEPENDENCIES.rust.tsv      | 6 +++---
 core/Cargo.toml            | 2 +-
 core/DEPENDENCIES.rust.tsv | 2 +-
 ffi/Cargo.toml             | 4 ++--
 ffi/DEPENDENCIES.rust.tsv  | 4 ++--
 java/pom.xml               | 2 +-
 jni/Cargo.toml             | 4 ++--
 jni/DEPENDENCIES.rust.tsv  | 4 ++--
 python/pyproject.toml      | 2 +-
 tools/dependencies.py      | 2 +-
 11 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 74fc9f5..42b757f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ checksum = 
"d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
 
 [[package]]
 name = "paimon-vindex-core"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "criterion",
  "half",
@@ -673,7 +673,7 @@ dependencies = [
 
 [[package]]
 name = "paimon-vindex-ffi"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "cbindgen",
  "paimon-vindex-core",
@@ -681,7 +681,7 @@ dependencies = [
 
 [[package]]
 name = "paimon-vindex-jni"
-version = "0.5.0"
+version = "0.6.0"
 dependencies = [
  "jni",
  "paimon-vindex-core",
diff --git a/DEPENDENCIES.rust.tsv b/DEPENDENCIES.rust.tsv
index 9a04218..5421788 100644
--- a/DEPENDENCIES.rust.tsv
+++ b/DEPENDENCIES.rust.tsv
@@ -51,9 +51,9 @@ [email protected]    X                               X
 [email protected]      X                               X                       
        
 [email protected]       X                               X                       
        
 [email protected]      X                               X               
                
[email protected]       X                                               
                
[email protected]        X                                               
                
[email protected]        X                                               
                
[email protected]       X                                               
                
[email protected]        X                                               
                
[email protected]        X                                               
                
 [email protected]   X                               X                               
 [email protected]      X                               X                       
        
 [email protected]    X                               X                       
        
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 63d6d5f..6feff3a 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-core"
-version = "0.5.0"
+version = "0.6.0"
 edition = "2021"
 description = "Apache Paimon Vector Index — core Rust library"
 license = "Apache-2.0"
diff --git a/core/DEPENDENCIES.rust.tsv b/core/DEPENDENCIES.rust.tsv
index 2c37814..13fdbb7 100644
--- a/core/DEPENDENCIES.rust.tsv
+++ b/core/DEPENDENCIES.rust.tsv
@@ -19,7 +19,7 @@ [email protected]     X                       X
 [email protected]     X                       X                       
 [email protected]     X                       X                       
 [email protected]      X                       X                       
[email protected]       X                                               
[email protected]       X                                               
 [email protected]   X                       X                       
 [email protected]      X                       X                       
 [email protected]    X                       X                       
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index 6ac63ac..dda1343 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-ffi"
-version = "0.5.0"
+version = "0.6.0"
 edition = "2021"
 description = "Apache Paimon Vector Index C FFI bindings"
 license = "Apache-2.0"
@@ -29,7 +29,7 @@ name = "paimon_vindex_ffi"
 crate-type = ["cdylib"]
 
 [dependencies]
-paimon-vindex-core = { path = "../core", version = "0.5.0" }
+paimon-vindex-core = { path = "../core", version = "0.6.0" }
 
 [build-dependencies]
 cbindgen = "0.27"
diff --git a/ffi/DEPENDENCIES.rust.tsv b/ffi/DEPENDENCIES.rust.tsv
index d136320..82c8fdf 100644
--- a/ffi/DEPENDENCIES.rust.tsv
+++ b/ffi/DEPENDENCIES.rust.tsv
@@ -44,8 +44,8 @@ [email protected]    X                               X
 [email protected]      X                               X                       
        
 [email protected]       X                               X                       
        
 [email protected]      X                               X               
                
[email protected]       X                                               
                
[email protected]        X                                               
                
[email protected]       X                                               
                
[email protected]        X                                               
                
 [email protected]   X                               X                               
 [email protected]      X                               X                       
        
 [email protected]    X                               X                       
        
diff --git a/java/pom.xml b/java/pom.xml
index 1ddb7f8..d811c93 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -30,7 +30,7 @@
 
     <groupId>org.apache.paimon</groupId>
     <artifactId>paimon-vector-index-java</artifactId>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Paimon Vector Index Java</name>
diff --git a/jni/Cargo.toml b/jni/Cargo.toml
index 29c8a94..199d527 100644
--- a/jni/Cargo.toml
+++ b/jni/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-jni"
-version = "0.5.0"
+version = "0.6.0"
 edition = "2021"
 description = "Apache Paimon Vector Index — JNI bindings for Java"
 license = "Apache-2.0"
@@ -29,5 +29,5 @@ name = "paimon_vindex_jni"
 crate-type = ["cdylib"]
 
 [dependencies]
-paimon-vindex-core = { path = "../core", version = "0.5.0" }
+paimon-vindex-core = { path = "../core", version = "0.6.0" }
 jni = "0.21"
diff --git a/jni/DEPENDENCIES.rust.tsv b/jni/DEPENDENCIES.rust.tsv
index e069be3..8012170 100644
--- a/jni/DEPENDENCIES.rust.tsv
+++ b/jni/DEPENDENCIES.rust.tsv
@@ -28,8 +28,8 @@ [email protected]     X                       X
 [email protected]     X                       X                       
 [email protected]     X                       X                       
 [email protected]      X                       X                       
[email protected]       X                                               
[email protected]        X                                               
[email protected]       X                                               
[email protected]        X                                               
 [email protected]   X                       X                       
 [email protected]      X                       X                       
 [email protected]    X                       X                       
diff --git a/python/pyproject.toml b/python/pyproject.toml
index bd12415..dbadfc8 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "paimon-vindex"
-version = "0.5.0"
+version = "0.6.0"
 description = "Python bindings for Apache Paimon Vector Index"
 license = "Apache-2.0"
 license-files = ["LICENSE", "NOTICE", "LICENSE-binary"]
diff --git a/tools/dependencies.py b/tools/dependencies.py
index a4f7be1..5efb49f 100755
--- a/tools/dependencies.py
+++ b/tools/dependencies.py
@@ -59,7 +59,7 @@ def check_single_package(root):
     if (pkg_dir / "Cargo.toml").exists():
         print(f"Checking dependencies of {root}")
         subprocess.run(
-            ["cargo", "deny", "check", "license"],
+            ["cargo", "deny", "check", "licenses"],
             cwd=pkg_dir,
             check=True,
         )

Reply via email to