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

xushiyan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 2421649  build(release): bump version to 0.4.0 (#277)
2421649 is described below

commit 24216495634ae45b1f4b6246427485b8c01bbe6e
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Jan 30 01:26:18 2025 -0600

    build(release): bump version to 0.4.0 (#277)
---
 Cargo.toml                   | 2 +-
 crates/datafusion/Cargo.toml | 2 +-
 crates/hudi/Cargo.toml       | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index ffe1de4..24e60e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ members = [
 resolver = "2"
 
 [workspace.package]
-version = "0.3.0"
+version = "0.4.0"
 edition = "2021"
 license = "Apache-2.0"
 rust-version = "1.81"
diff --git a/crates/datafusion/Cargo.toml b/crates/datafusion/Cargo.toml
index d636735..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.3.0", 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 efa2d5e..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.3.0", path = "../core" }
-hudi-datafusion = { version = "0.3.0", path = "../datafusion", optional = true 
}
+hudi-core = { version = "0.4.0", path = "../core" }
+hudi-datafusion = { version = "0.4.0", path = "../datafusion", optional = true 
}
 
 [features]
 datafusion = [

Reply via email to