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

yihua pushed a commit to branch release/0.5.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git

commit 6dc46ab05bb45871cbdbfb7358e25a842545ab3d
Author: Y Ethan Guo <[email protected]>
AuthorDate: Wed Sep 9 23:41:57 2026 -0700

    build(release): bump version to 0.5.0
    
    Claude-Session: https://claude.ai/code/session_013KEDJoCoQnWsztNUDejYKk
---
 Cargo.toml                   | 2 +-
 cpp/Cargo.toml               | 4 ++--
 crates/datafusion/Cargo.toml | 2 +-
 crates/hudi/Cargo.toml       | 4 ++--
 crates/jvm-ffi/Cargo.toml    | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 827040e2..b0d41646 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ members = [
 resolver = "3"
 
 [workspace.package]
-version = "0.5.0-rc.2"
+version = "0.5.0"
 edition = "2024"
 license = "Apache-2.0"
 rust-version = "1.94.1"
diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml
index cf729b10..cac3105a 100644
--- a/cpp/Cargo.toml
+++ b/cpp/Cargo.toml
@@ -32,8 +32,8 @@ name = "hudi"
 crate-type = ["cdylib", "rlib"]
 
 [dependencies]
-hudi = { path = "../crates/hudi", version = "0.5.0-rc.2" }
-hudi-test = { path = "../crates/test", version = "0.5.0-rc.2" }
+hudi = { path = "../crates/hudi", version = "0.5.0" }
+hudi-test = { path = "../crates/test", version = "0.5.0" }
 cxx = { version = "1.0" }
 arrow = { workspace = true , features = ["ffi"]}
 arrow-array = { workspace = true , features = ["ffi"]}
diff --git a/crates/datafusion/Cargo.toml b/crates/datafusion/Cargo.toml
index 181fad1d..936f3ed3 100644
--- a/crates/datafusion/Cargo.toml
+++ b/crates/datafusion/Cargo.toml
@@ -36,7 +36,7 @@ default = ["spill-rocksdb"]
 spill-rocksdb = ["hudi-core/spill-rocksdb"]
 
 [dependencies]
-hudi-core = { version = "0.5.0-rc.2", path = "../core", default-features = 
false, features = [
+hudi-core = { version = "0.5.0", path = "../core", default-features = false, 
features = [
     "datafusion",
 ] }
 # arrow
diff --git a/crates/hudi/Cargo.toml b/crates/hudi/Cargo.toml
index 1a90aad1..7fa70ea0 100644
--- a/crates/hudi/Cargo.toml
+++ b/crates/hudi/Cargo.toml
@@ -28,8 +28,8 @@ homepage.workspace = true
 repository.workspace = true
 
 [dependencies]
-hudi-core = { version = "0.5.0-rc.2", path = "../core", default-features = 
false }
-hudi-datafusion = { version = "0.5.0-rc.2", path = "../datafusion", optional = 
true, default-features = false }
+hudi-core = { version = "0.5.0", path = "../core", default-features = false }
+hudi-datafusion = { version = "0.5.0", path = "../datafusion", optional = 
true, default-features = false }
 
 [features]
 default = ["spill-rocksdb"]
diff --git a/crates/jvm-ffi/Cargo.toml b/crates/jvm-ffi/Cargo.toml
index f45c654b..172a11da 100644
--- a/crates/jvm-ffi/Cargo.toml
+++ b/crates/jvm-ffi/Cargo.toml
@@ -39,6 +39,6 @@ crate-type = ["cdylib", "rlib"]
 ffi-test-hooks = []
 
 [dependencies]
-hudi = { path = "../hudi", version = "0.5.0-rc.2" }
+hudi = { path = "../hudi", version = "0.5.0" }
 arrow = { workspace = true, features = ["ffi"] }
 tokio = { workspace = true }

Reply via email to