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 7591496  chore: start 0.5.0 development (#80)
7591496 is described below

commit 759149688be9f3f8217c185439c45978c3295be1
Author: shyjsarah <[email protected]>
AuthorDate: Mon Aug 17 15:53:05 2026 +0800

    chore: start 0.5.0 development (#80)
    
    Co-authored-by: shyjsara <[email protected]>
---
 Cargo.lock            | 6 +++---
 core/Cargo.toml       | 2 +-
 ffi/Cargo.toml        | 4 ++--
 java/pom.xml          | 2 +-
 jni/Cargo.toml        | 4 ++--
 python/pyproject.toml | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4fbca5d..74fc9f5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -659,7 +659,7 @@ checksum = 
"d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
 
 [[package]]
 name = "paimon-vindex-core"
-version = "0.4.0"
+version = "0.5.0"
 dependencies = [
  "criterion",
  "half",
@@ -673,7 +673,7 @@ dependencies = [
 
 [[package]]
 name = "paimon-vindex-ffi"
-version = "0.4.0"
+version = "0.5.0"
 dependencies = [
  "cbindgen",
  "paimon-vindex-core",
@@ -681,7 +681,7 @@ dependencies = [
 
 [[package]]
 name = "paimon-vindex-jni"
-version = "0.4.0"
+version = "0.5.0"
 dependencies = [
  "jni",
  "paimon-vindex-core",
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 9a08cac..bd9050d 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-core"
-version = "0.4.0"
+version = "0.5.0"
 edition = "2021"
 description = "Apache Paimon Vector Index — core Rust library"
 license = "Apache-2.0"
diff --git a/ffi/Cargo.toml b/ffi/Cargo.toml
index d727f65..6ac63ac 100644
--- a/ffi/Cargo.toml
+++ b/ffi/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-ffi"
-version = "0.4.0"
+version = "0.5.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.4.0" }
+paimon-vindex-core = { path = "../core", version = "0.5.0" }
 
 [build-dependencies]
 cbindgen = "0.27"
diff --git a/java/pom.xml b/java/pom.xml
index 0f48abf..1ddb7f8 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.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>Apache Paimon Vector Index Java</name>
diff --git a/jni/Cargo.toml b/jni/Cargo.toml
index 208814d..29c8a94 100644
--- a/jni/Cargo.toml
+++ b/jni/Cargo.toml
@@ -17,7 +17,7 @@
 
 [package]
 name = "paimon-vindex-jni"
-version = "0.4.0"
+version = "0.5.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.4.0" }
+paimon-vindex-core = { path = "../core", version = "0.5.0" }
 jni = "0.21"
diff --git a/python/pyproject.toml b/python/pyproject.toml
index 4b5e0fe..bd12415 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -21,7 +21,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "paimon-vindex"
-version = "0.4.0"
+version = "0.5.0"
 description = "Python bindings for Apache Paimon Vector Index"
 license = "Apache-2.0"
 license-files = ["LICENSE", "NOTICE", "LICENSE-binary"]

Reply via email to