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 aaaf59aa099227b8cc84b719864be4bd5c2791b1 Author: Y Ethan Guo <[email protected]> AuthorDate: Sat Sep 5 09:23:32 2026 -0700 build(release): bump version to 0.5.0-rc.2 --- 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 02f04ee8..827040e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ members = [ resolver = "3" [workspace.package] -version = "0.5.0-rc.1" +version = "0.5.0-rc.2" edition = "2024" license = "Apache-2.0" rust-version = "1.94.1" diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml index f09ab69e..cf729b10 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.1" } -hudi-test = { path = "../crates/test", version = "0.5.0-rc.1" } +hudi = { path = "../crates/hudi", version = "0.5.0-rc.2" } +hudi-test = { path = "../crates/test", version = "0.5.0-rc.2" } 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 02fd3ffa..181fad1d 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.1", path = "../core", default-features = false, features = [ +hudi-core = { version = "0.5.0-rc.2", path = "../core", default-features = false, features = [ "datafusion", ] } # arrow diff --git a/crates/hudi/Cargo.toml b/crates/hudi/Cargo.toml index 49f668c0..1a90aad1 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.1", path = "../core", default-features = false } -hudi-datafusion = { version = "0.5.0-rc.1", path = "../datafusion", optional = true, default-features = false } +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 } [features] default = ["spill-rocksdb"] diff --git a/crates/jvm-ffi/Cargo.toml b/crates/jvm-ffi/Cargo.toml index 2fa95f58..f45c654b 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.1" } +hudi = { path = "../hudi", version = "0.5.0-rc.2" } arrow = { workspace = true, features = ["ffi"] } tokio = { workspace = true }
