This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch bump-0.5.0
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/bump-0.5.0 by this push:
new 50835dc manual update
50835dc is described below
commit 50835dcb5746ff3465df742dfe2e3650d9853a27
Author: Shiyan Xu <[email protected]>
AuthorDate: Sat Jun 28 13:32:43 2025 -0500
manual update
---
Cargo.toml | 2 +-
cpp/CMakeLists.txt | 2 +-
cpp/Cargo.toml | 4 ++--
crates/datafusion/Cargo.toml | 2 +-
crates/hudi/Cargo.toml | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
index a88a2bc..dee61e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.5.0"
+version = "0.5.0-dev"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.84"
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 3e6259d..de9c80f 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -16,7 +16,7 @@
# under the License.
cmake_minimum_required(VERSION 3.20)
-project(hudi-cpp VERSION 0.4.0)
+project(hudi-cpp VERSION 0.5.0)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
diff --git a/cpp/Cargo.toml b/cpp/Cargo.toml
index f76e567..7501a6b 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" }
-hudi-test = { path = "../crates/test", version = "0.5.0" }
+hudi = { path = "../crates/hudi", version = "0.5.0-dev" }
+hudi-test = { path = "../crates/test", version = "0.5.0-dev" }
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 d2cfaea..fadb942 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.5.0", path = "../core", features = ["datafusion"] }
+hudi-core = { version = "0.5.0-dev", 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 3a54be8..67c4cfd 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", path = "../core" }
-hudi-datafusion = { version = "0.5.0", path = "../datafusion", optional = true
}
+hudi-core = { version = "0.5.0-dev", path = "../core" }
+hudi-datafusion = { version = "0.5.0-dev", path = "../datafusion", optional =
true }
[features]
datafusion = [