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 33c3f789f63739c9ea61f488f25105c01d451c71
Author: Y Ethan Guo <[email protected]>
AuthorDate: Fri Sep 4 18:28:59 2026 -0700

    build(release): bump version to 0.5.0-rc.1
---
 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 14db738b..02f04ee8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ members = [
 resolver = "3"
 
 [workspace.package]
-version = "0.5.0-dev"
+version = "0.5.0-rc.1"
 edition = "2024"
 license = "Apache-2.0"
 rust-version = "1.94.1"
diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml
index 00af632e..f09ab69e 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-dev" }
-hudi-test = { path = "../crates/test", version = "0.5.0-dev" }
+hudi = { path = "../crates/hudi", version = "0.5.0-rc.1" }
+hudi-test = { path = "../crates/test", version = "0.5.0-rc.1" }
 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 5a9a8b7d..02fd3ffa 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-dev", path = "../core", default-features = 
false, features = [
+hudi-core = { version = "0.5.0-rc.1", path = "../core", default-features = 
false, features = [
     "datafusion",
 ] }
 # arrow
diff --git a/crates/hudi/Cargo.toml b/crates/hudi/Cargo.toml
index 77c6a151..49f668c0 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-dev", path = "../core", default-features = 
false }
-hudi-datafusion = { version = "0.5.0-dev", path = "../datafusion", optional = 
true, default-features = false }
+hudi-core = { version = "0.5.0-rc.1", path = "../core", default-features = 
false }
+hudi-datafusion = { version = "0.5.0-rc.1", 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 5905ddb1..2fa95f58 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-dev" }
+hudi = { path = "../hudi", version = "0.5.0-rc.1" }
 arrow = { workspace = true, features = ["ffi"] }
 tokio = { workspace = true }

Reply via email to