This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch release/0.4.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/release/0.4.x by this push:
new 5314388 build(release): bump version to 0.4.0
5314388 is described below
commit 5314388513e701134b43e219e20de3c67131e66b
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Jul 3 01:02:04 2025 -0500
build(release): bump version to 0.4.0
---
Cargo.toml | 2 +-
cpp/Cargo.toml | 4 ++--
crates/datafusion/Cargo.toml | 2 +-
crates/hudi/Cargo.toml | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index b5cb89b..d93ee4c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.4.0-rc.1"
+version = "0.4.0"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.84"
diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml
index d70be6b..9958f24 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.4.0-rc.1" }
-hudi-test = { path = "../crates/test", version = "0.4.0-rc.1" }
+hudi = { path = "../crates/hudi", version = "0.4.0" }
+hudi-test = { path = "../crates/test", version = "0.4.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 9b3e8f0..9795786 100644
--- a/crates/datafusion/Cargo.toml
+++ b/crates/datafusion/Cargo.toml
@@ -28,7 +28,7 @@ homepage.workspace = true
repository.workspace = true
[dependencies]
-hudi-core = { version = "0.4.0-rc.1", path = "../core", features =
["datafusion"] }
+hudi-core = { version = "0.4.0", path = "../core", features = ["datafusion"] }
# arrow
arrow = { workspace = true }
arrow-arith = { workspace = true }
diff --git a/crates/hudi/Cargo.toml b/crates/hudi/Cargo.toml
index 406511e..9baf25c 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.4.0-rc.1", path = "../core" }
-hudi-datafusion = { version = "0.4.0-rc.1", path = "../datafusion", optional =
true }
+hudi-core = { version = "0.4.0", path = "../core" }
+hudi-datafusion = { version = "0.4.0", path = "../datafusion", optional = true
}
[features]
datafusion = [