This is an automated email from the ASF dual-hosted git repository.
xushiyan pushed a commit to branch release/0.1.x
in repository https://gitbox.apache.org/repos/asf/hudi-rs.git
The following commit(s) were added to refs/heads/release/0.1.x by this push:
new a5321c9 build: bump version to 0.1.0-rc.2
a5321c9 is described below
commit a5321c95bc6be92eaed292bc184ded8891c88b75
Author: Shiyan Xu <[email protected]>
AuthorDate: Thu Jul 11 20:56:53 2024 -0500
build: bump version to 0.1.0-rc.2
---
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 6aa25c0..846fbb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ members = [
resolver = "2"
[workspace.package]
-version = "0.1.0-rc.1"
+version = "0.1.0-rc.2"
edition = "2021"
license = "Apache-2.0"
rust-version = "1.75.0"
diff --git a/crates/datafusion/Cargo.toml b/crates/datafusion/Cargo.toml
index 7c0e0de..3547359 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.1.0-rc.1", path = "../core" }
+hudi-core = { version = "0.1.0-rc.2", path = "../core" }
# arrow
arrow-schema = { workspace = true }
diff --git a/crates/hudi/Cargo.toml b/crates/hudi/Cargo.toml
index deefc13..f261271 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.1.0-rc.1", path = "../core" }
-hudi-datafusion = { version = "0.1.0-rc.1", path = "../datafusion", optional =
true }
+hudi-core = { version = "0.1.0-rc.2", path = "../core" }
+hudi-datafusion = { version = "0.1.0-rc.2", path = "../datafusion", optional =
true }
[features]
datafusion = [