From b3591514715a90c2c5d3f49ce01fcce755493415 Mon Sep 17 00:00:00 2001 From: Shiyan Xu <2701446+xushiyan@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:10:23 -0500 Subject: [PATCH] build(release): bump version to 0.3.0 --- Cargo.toml | 2 +- crates/datafusion/Cargo.toml | 2 +- crates/hudi/Cargo.toml | 4 ++-- release/bump_version_in_main.sh | 0 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 release/bump_version_in_main.sh diff --git a/Cargo.toml b/Cargo.toml index 011f9f4..63fcadc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" rust-version = "1.76" diff --git a/crates/datafusion/Cargo.toml b/crates/datafusion/Cargo.toml index 91ce78e..120aa8a 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.2.0", path = "../core", features = ["datafusion"] } +hudi-core = { version = "0.3.0", path = "../core", features = ["datafusion"] } # arrow arrow-schema = { workspace = true } diff --git a/crates/hudi/Cargo.toml b/crates/hudi/Cargo.toml index f28c6ea..efa2d5e 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.2.0", path = "../core" } -hudi-datafusion = { version = "0.2.0", path = "../datafusion", optional = true } +hudi-core = { version = "0.3.0", path = "../core" } +hudi-datafusion = { version = "0.3.0", path = "../datafusion", optional = true } [features] datafusion = [ diff --git a/release/bump_version_in_main.sh b/release/bump_version_in_main.sh old mode 100644 new mode 100755